Searched refs:CHSI (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-32.ll | 44 ; Check the next value up, which can't use CHSI. 81 ; Check the next value down, which can't use CHSI. 131 ; Check the next value up, which can't use CHSI. 179 ; Check the high end of the CHSI range. 223 ; Check that CHSI does not allow indices.
|
D | int-cmp-33.ll | 44 ; we prefer CLFHSI to CHSI.
|
/external/v8/src/s390/ |
D | constants-s390.h | 327 CHSI = 0xE55C, // Compare Halfword Immediate (32<-16) enumerator
|
D | simulator-s390.h | 1126 EVALUATE(CHSI);
|
D | simulator-s390.cc | 1347 EvalTable[CHSI] = &Simulator::Evaluate_CHSI; in EvalTableInit() 11615 EVALUATE(CHSI) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 173 #define CHSI(b1,d1,i2) SIL_RDI(e55c,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1312 def CHSI : CompareSIL<"chsi", 0xE55C, z_scmp, load, imm32sx16>;
|