Searched refs:LLIHF (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/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 | simulator-s390.h | 639 EVALUATE(LLIHF);
|
D | constants-s390.h | 708 V(llihf, LLIHF, 0xC0E) /* type = RIL_A LOAD LOGICAL IMMEDIATE (high) */ \
|
D | simulator-s390.cc | 930 EvalTable[LLIHF] = &Simulator::Evaluate_LLIHF; in EvalTableInit() 4775 EVALUATE(LLIHF) { in EVALUATE() argument 4776 DCHECK_OPCODE(LLIHF); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 653 18879499U, // LLIHF 1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
|
D | SystemZGenDisassemblerTables.inc | 896 /* 234 */ MCD_OPC_Decode, 248, 4, 100, // Opcode: LLIHF
|
/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>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 397 def LLIHF : UnaryRIL<"llihf", 0xC0E, bitconvert, GR64, imm64hf32>;
|