Home
last modified time | relevance | path

Searched refs:LGFI (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll47 ; Check the first useful LGFI value, which is the next one up again.
55 ; Check the high end of the LGFI range.
230 ; Check the next value down, which must use LGFI instead.
238 ; Check the low end of the LGFI range.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll47 ; Check the first useful LGFI value, which is the next one up again.
55 ; Check the high end of the LGFI range.
230 ; Check the next value down, which must use LGFI instead.
238 ; Check the low end of the LGFI range.
/external/v8/src/s390/
Ddisasm-s390.cc646 case LGFI: in DecodeSpecial()
Dsimulator-s390.h628 EVALUATE(LGFI);
Dconstants-s390.h699 V(lgfi, LGFI, 0xC01) /* type = RIL_A LOAD IMMEDIATE (64<-32) */ \
Dsimulator-s390.cc919 EvalTable[LGFI] = &Simulator::Evaluate_LGFI; in EvalTableInit()
4691 EVALUATE(LGFI) { in EVALUATE() argument
4692 DCHECK_OPCODE(LGFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc617 15734682U, // LGFI
1773 // CFI, CGFI, CIH, LGFI
DSystemZGenDisassemblerTables.inc843 /* 23 */ MCD_OPC_Decode, 212, 4, 93, // Opcode: LGFI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1510 Opcode = SystemZ::LGFI; in loadImmediate()
DSystemZInstrInfo.td483 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1854 Opcode = SystemZ::LGFI; in loadImmediate()
DSystemZInstrInfo.td395 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;