Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-32.ll44 ; 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.
Dint-cmp-33.ll44 ; we prefer CLFHSI to CHSI.
/external/v8/src/s390/
Dconstants-s390.h327 CHSI = 0xE55C, // Compare Halfword Immediate (32<-16) enumerator
Dsimulator-s390.h1126 EVALUATE(CHSI);
Dsimulator-s390.cc1347 EvalTable[CHSI] = &Simulator::Evaluate_CHSI; in EvalTableInit()
11615 EVALUATE(CHSI) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h173 #define CHSI(b1,d1,i2) SIL_RDI(e55c,b1,d1,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1312 def CHSI : CompareSIL<"chsi", 0xE55C, z_scmp, load, imm32sx16>;