Home
last modified time | relevance | path

Searched refs:LLIHF (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll181 ; 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/
Dint-const-02.ll181 ; 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/
Dsimulator-s390.h639 EVALUATE(LLIHF);
Dconstants-s390.h708 V(llihf, LLIHF, 0xC0E) /* type = RIL_A LOAD LOGICAL IMMEDIATE (high) */ \
Dsimulator-s390.cc930 EvalTable[LLIHF] = &Simulator::Evaluate_LLIHF; in EvalTableInit()
4775 EVALUATE(LLIHF) { in EVALUATE() argument
4776 DCHECK_OPCODE(LLIHF); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc653 18879499U, // LLIHF
1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
DSystemZGenDisassemblerTables.inc896 /* 234 */ MCD_OPC_Decode, 248, 4, 100, // Opcode: LLIHF
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.td1109 // Implement in terms of LLIHF/OILF.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td485 def LLIHF : UnaryRIL<"llihf", 0xC0E, bitconvert, GR64, imm64hf32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td397 def LLIHF : UnaryRIL<"llihf", 0xC0E, bitconvert, GR64, imm64hf32>;