Searched refs:oilh (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dor.c7 #define oilh(r1,i2) ".long 0xa5" #r1 "a" #i2 "\n\t" macro
24 immsweep(oilh, 0055);
28 immsweep(oilh, 00aa);
32 immsweep(oilh, 00ff);
36 immsweep(oilh, 0000);
40 immsweep(oilh, ffff);
44 immsweep(oilh, aaaa);
48 immsweep(oilh, 5555);
H A Dor.stdout.exp1165 oilh 0000000000000000 | 0000000000000055 = 0000000000550000 (cc=1)
1166 oilh 0000000000000001 | 0000000000000055 = 0000000000550001 (cc=1)
1167 oilh 000000000000FFFF | 0000000000000055 = 000000000055FFFF (cc=1)
1168 oilh 0000000000007FFF | 0000000000000055 = 0000000000557FFF (cc=1)
1169 oilh 0000000000008000 | 0000000000000055 = 0000000000558000 (cc=1)
1170 oilh 00000000FFFFFFFF | 0000000000000055 = 00000000FFFFFFFF (cc=1)
1171 oilh 0000000080000000 | 0000000000000055 = 0000000080550000 (cc=1)
1172 oilh 000000007FFFFFFF | 0000000000000055 = 000000007FFFFFFF (cc=1)
1173 oilh AAAAAAAAAAAAAAAA | 0000000000000055 = AAAAAAAAAAFFAAAA (cc=1)
1174 oilh 800000000000000
[all...]
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s2758 #CHECK: oilh %r0, -1
2760 #CHECK: oilh %r0, 0x10000
2762 oilh %r0, -1
2763 oilh %r0, 0x10000
H A Dinsn-good.s8143 #CHECK: oilh %r0, 0 # encoding: [0xa5,0x0a,0x00,0x00]
8144 #CHECK: oilh %r0, 32768 # encoding: [0xa5,0x0a,0x80,0x00]
8145 #CHECK: oilh %r0, 65535 # encoding: [0xa5,0x0a,0xff,0xff]
8146 #CHECK: oilh %r15, 0 # encoding: [0xa5,0xfa,0x00,0x00]
8148 oilh %r0, 0
8149 oilh %r0, 0x8000
8150 oilh %r0, 0xffff
8151 oilh %r15, 0
/external/v8/src/s390/
H A Dconstants-s390.h816 V(oilh, OILH, 0xA5A) /* type = RI_A OR IMMEDIATE (low high) */ \

Completed in 242 milliseconds