Searched refs:LGFI (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-02.ll | 47 ; 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/ |
D | int-const-02.ll | 47 ; 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/ |
D | disasm-s390.cc | 646 case LGFI: in DecodeSpecial()
|
D | simulator-s390.h | 628 EVALUATE(LGFI);
|
D | constants-s390.h | 699 V(lgfi, LGFI, 0xC01) /* type = RIL_A LOAD IMMEDIATE (64<-32) */ \
|
D | simulator-s390.cc | 919 EvalTable[LGFI] = &Simulator::Evaluate_LGFI; in EvalTableInit() 4691 EVALUATE(LGFI) { in EVALUATE() argument 4692 DCHECK_OPCODE(LGFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 617 15734682U, // LGFI 1773 // CFI, CGFI, CIH, LGFI
|
D | SystemZGenDisassemblerTables.inc | 843 /* 23 */ MCD_OPC_Decode, 212, 4, 93, // Opcode: LGFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1510 Opcode = SystemZ::LGFI; in loadImmediate()
|
D | SystemZInstrInfo.td | 483 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1854 Opcode = SystemZ::LGFI; in loadImmediate()
|
D | SystemZInstrInfo.td | 395 def LGFI : UnaryRIL<"lgfi", 0xC01, bitconvert, GR64, imm64sx32>;
|