Home
last modified time | relevance | path

Searched refs:LLILF (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll71 ; Check the next value up again, which should use LLILF.
87 ; Check the next value up, which must use LLILF.
95 ; Check the high end of the LLILF range.
/external/v8/src/s390/
Dassembler-s390.cc436 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in target_at()
440 if (LLILF != opcode) in target_at()
481 } else if (LLILF == opcode) { in target_at_put()
510 } else if (LLILF == opcode || BRCL == opcode || LARL == opcode || in max_reach_from()
Dsimulator-s390.h640 EVALUATE(LLILF);
Dconstants-s390.h709 V(llilf, LLILF, 0xC0F) /* type = RIL_A LOAD LOGICAL IMMEDIATE (low) */ \
Dsimulator-s390.cc931 EvalTable[LLILF] = &Simulator::Evaluate_LLILF; in EvalTableInit()
4784 EVALUATE(LLILF) { in EVALUATE() argument
4785 DCHECK_OPCODE(LLILF); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll71 ; Check the next value up again, which should use LLILF.
87 ; Check the next value up, which must use LLILF.
95 ; Check the high end of the LLILF range.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp560 EmitToStreamer(*OutStreamer, MCInstBuilder(SystemZ::LLILF) in LowerPATCHPOINT()
DSystemZInstrInfo.td396 def LLILF : UnaryRIL<"llilf", 0xC0F, bitconvert, GR64, imm64lf32>;
872 // full-width move. (We use IILF rather than something like LLILF
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc656 18879536U, // LLILF
1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
DSystemZGenDisassemblerTables.inc898 /* 242 */ MCD_OPC_Decode, 251, 4, 100, // Opcode: LLILF
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td484 def LLILF : UnaryRIL<"llilf", 0xC0F, bitconvert, GR64, imm64lf32>;
857 // full-width move. (We use IILF rather than something like LLILF