Searched refs:CHHSI (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-31.ll | 119 ; extension. This should use CHHSI instead. 147 ; extension. This should use CHHSI instead. 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
D | int-cmp-30.ll | 119 ; extension. This should use CHHSI instead. 147 ; extension. This should use CHHSI instead. 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
D | int-cmp-22.ll | 70 ; Check the high end of the CHHSI range. 114 ; Check that CHHSI does not allow indices.
|
/external/v8/src/s390/ |
D | constants-s390.h | 323 CHHSI = 0xE554, // Compare Halfword Immediate (16) enumerator
|
D | simulator-s390.h | 1124 EVALUATE(CHHSI);
|
D | simulator-s390.cc | 1345 EvalTable[CHHSI] = &Simulator::Evaluate_CHHSI; in EvalTableInit() 11603 EVALUATE(CHHSI) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 170 #define CHHSI(b1,d1,i2) SIL_RDI(e554,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1311 def CHHSI : CompareSIL<"chhsi", 0xE554, z_scmp, asextloadi16, imm32sx16>;
|