Home
last modified time | relevance | path

Searched refs:CLFHSI (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-33.ll32 ; Check the next value up, which can't use CLFHSI.
44 ; we prefer CLFHSI to CHSI.
70 ; Check the next value up, which can't use CLFHSI.
81 ; Check the high end of the CLFHSI range.
125 ; Check that CLFHSI does not allow indices.
/external/v8/src/s390/
Dconstants-s390.h342 CLFHSI = 0xE55D, // Compare Logical Immediate (32<-16) enumerator
Dsimulator-s390.h1127 EVALUATE(CLFHSI);
Dsimulator-s390.cc1348 EvalTable[CLFHSI] = &Simulator::Evaluate_CLFHSI; in EvalTableInit()
11621 EVALUATE(CLFHSI) { in EVALUATE() argument
/external/valgrind/none/tests/s390x/
Dopcodes.h183 #define CLFHSI(b1,d1,i2) SIL_RDU(e55d,b1,d1,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1357 def CLFHSI : CompareSIL<"clfhsi", 0xE55D, z_ucmp, load, imm32zx16>;