Home
last modified time | relevance | path

Searched refs:CGHSI (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-34.ll44 ; Check the next value up, which can't use CGHSI.
131 ; Check the next value up, which can't use CGHSI.
179 ; Check the high end of the CGHSI range.
223 ; Check that CGHSI does not allow indices.
Dint-cmp-35.ll44 ; we prefer CLGHSI to CGHSI.
/external/v8/src/s390/
Dconstants-s390.h306 CGHSI = 0xE558, // Compare Halfword Immediate (64<-16) enumerator
Dsimulator-s390.h1125 EVALUATE(CGHSI);
Dsimulator-s390.cc1346 EvalTable[CGHSI] = &Simulator::Evaluate_CGHSI; in EvalTableInit()
11609 EVALUATE(CGHSI) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h160 #define CGHSI(b1,d1,i2) SIL_RDI(e558,b1,d1,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1313 def CGHSI : CompareSIL<"cghsi", 0xE558, z_scmp, load, imm64sx16>;