Searched refs:CLHHSI (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-30.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 62 ; Check unsigned comparison above the high end of the CLHHSI range, using zero 79 ; and simply ignore CLHHSI for this range. First check the low end of the 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign [all …]
|
D | int-cmp-31.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 62 ; Check unsigned comparison above the high end of the CLHHSI range, using zero 79 ; and simply ignore CLHHSI for this range. First check the low end of the 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign [all …]
|
D | int-cmp-23.ll | 31 ; Check the high end of the CLHHSI range. 75 ; Check that CLHHSI does not allow indices.
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 201 #define CLHHSI(b1,d1,i2) SIL_RDU(e555,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1177 def CLHHSI : CompareSIL<"clhhsi", 0xE555, z_ucmp, azextloadi16, imm32zx16>;
|