/external/valgrind/none/tests/s390x/ |
and.c | 8 #define nill(r1,i2) ".long 0xa5" #r1 "7" #i2 "\n\t" macro 25 immsweep(nill, 0055); 29 immsweep(nill, 00aa); 33 immsweep(nill, 00ff); 37 immsweep(nill, 0000); 41 immsweep(nill, ffff); 45 immsweep(nill, aaaa); 49 immsweep(nill, 5555);
|
and.stdout.exp | [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
alloca-04.ll | 14 ; CHECK-NOT: nill
|
atomicrmw-and-03.ll | 51 ; Check the largest useful NILL value. 54 ; CHECK: nill %r0, 65534 60 ; Check the low end of the NILL range. 63 ; CHECK: nill %r0, 0
|
atomicrmw-nand-03.ll | 55 ; Check the largest useful NILL value. 58 ; CHECK: nill %r0, 65534 65 ; Check the low end of the NILL range. 68 ; CHECK: nill %r0, 0
|
alloca-03.ll | 36 ; CHECK: nill %r1, 65408 52 ; CHECK: nill %r1, 65408 78 ; CHECK: nill %r1, 65408
|
and-02.ll | 149 ; Check the next value up, which is the first useful NILL value. 152 ; CHECK: nill %r2, 0 167 ; Check the next value up again, which can still use NILL. 170 ; CHECK: nill %r2, 1 185 ; Check the last useful mask, which can use NILL. 188 ; CHECK: nill %r2, 65534
|
and-04.ll | 167 ; Check the lowest NILL value outside the RISBG range (0xffffffff_ffff0002). 170 ; CHECK: nill %r2, 2 176 ; Check the highest NILL value outside the RISBG range. 179 ; CHECK: nill %r2, 65530
|
alloca-01.ll | 21 ; nill %r1, 0xfff8 26 ; CHECK-DAG: nill [[REG1]], 65528
|
atomicrmw-xchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L 16 ; CHECK: nill %r2, 65532
|
atomicrmw-xchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L 16 ; CHECK: nill %r2, 65532
|
cmpxchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L 16 ; CHECK-MAIN: nill %r3, 65532
|
cmpxchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L 16 ; CHECK-MAIN: nill %r3, 65532
|
atomicrmw-and-04.ll | 83 ; Check the highest NILL value outside the range of RISBG. 86 ; CHECK: nill {{%r[0-5]}}, 65530 92 ; Check the lowest NILL value outside the range of RISBG. 95 ; CHECK: nill {{%r[0-5]}}, 2
|
atomicrmw-nand-04.ll | 89 ; Check the highest NILL value outside the range of RISBG. 92 ; CHECK: nill {{%r[0-5]}}, 65530 98 ; Check the lowest NILL value outside the range of RISBG. 101 ; CHECK: nill {{%r[0-5]}}, 2
|
atomicrmw-add-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-add-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-and-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 53 ; CHECK: nill %r2, 65532
|
atomicrmw-and-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 53 ; CHECK: nill %r2, 65532
|
atomicrmw-or-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-or-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-sub-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-sub-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-xor-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|
atomicrmw-xor-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L 18 ; CHECK: nill %r2, 65532 52 ; CHECK: nill %r2, 65532
|