Searched refs:LLIHF (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-02.ll | 181 ; Check the lowest useful LLIHF value, which is 1<<32 greater again. 206 ; Check the high end of the LLIHF range.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 1058 case LLIHF: in DecodeSixByte()
|
D | constants-s390.h | 564 LLIHF = 0xC0E, // Load Logical Immediate (high) enumerator
|
D | simulator-s390.h | 695 EVALUATE(LLIHF);
|
D | simulator-s390.cc | 916 EvalTable[LLIHF] = &Simulator::Evaluate_LLIHF; in EvalTableInit() 4539 case LLIHF: { in DecodeSixByte() 7938 EVALUATE(LLIHF) { in EVALUATE() argument 7939 DCHECK_OPCODE(LLIHF); in EVALUATE()
|
D | assembler-s390.cc | 1430 RIL1_FORM_EMIT(llihf, LLIHF) in RX_FORM_EMIT()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 288 #define LLIHF(r1,i2) RIL_RU(c0,r1,e,i2) macro
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1109 // Implement in terms of LLIHF/OILF.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 485 def LLIHF : UnaryRIL<"llihf", 0xC0E, bitconvert, GR64, imm64hf32>;
|