blob: 03e7bce2a7650360dffad1bb04426007c5afc289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Purpose: test immediate extender instructions. */
.text
.globl _start
_start:
{
r2 = ##-559038737
}
{
p0 = cmp.eq(r2, ##-559038737); if (p0.new) jump:t pass
jump fail
}
|