Home
last modified time | relevance | path

Searched refs:CHHSI (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-31.ll119 ; 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
Dint-cmp-30.ll119 ; 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
Dint-cmp-22.ll70 ; Check the high end of the CHHSI range.
114 ; Check that CHHSI does not allow indices.
/external/v8/src/s390/
Dconstants-s390.h323 CHHSI = 0xE554, // Compare Halfword Immediate (16) enumerator
Dsimulator-s390.h1124 EVALUATE(CHHSI);
Dsimulator-s390.cc1345 EvalTable[CHHSI] = &Simulator::Evaluate_CHHSI; in EvalTableInit()
11603 EVALUATE(CHHSI) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h170 #define CHHSI(b1,d1,i2) SIL_RDI(e554,b1,d1,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1311 def CHHSI : CompareSIL<"chhsi", 0xE554, z_scmp, asextloadi16, imm32sx16>;