Searched refs:CLFHSI (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-33.ll | 32 ; 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/ |
D | constants-s390.h | 342 CLFHSI = 0xE55D, // Compare Logical Immediate (32<-16) enumerator
|
D | simulator-s390.h | 1127 EVALUATE(CLFHSI);
|
D | simulator-s390.cc | 1348 EvalTable[CLFHSI] = &Simulator::Evaluate_CLFHSI; in EvalTableInit() 11621 EVALUATE(CLFHSI) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 183 #define CLFHSI(b1,d1,i2) SIL_RDU(e55d,b1,d1,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1357 def CLFHSI : CompareSIL<"clfhsi", 0xE55D, z_ucmp, load, imm32zx16>;
|