Searched refs:LLILF (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-02.ll | 71 ; 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/ |
D | assembler-s390.cc | 436 } 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()
|
D | simulator-s390.h | 640 EVALUATE(LLILF);
|
D | constants-s390.h | 709 V(llilf, LLILF, 0xC0F) /* type = RIL_A LOAD LOGICAL IMMEDIATE (low) */ \
|
D | simulator-s390.cc | 931 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/ |
D | int-const-02.ll | 71 ; 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/ |
D | SystemZAsmPrinter.cpp | 560 EmitToStreamer(*OutStreamer, MCInstBuilder(SystemZ::LLILF) in LowerPATCHPOINT()
|
D | SystemZInstrInfo.td | 396 def LLILF : UnaryRIL<"llilf", 0xC0F, bitconvert, GR64, imm64lf32>; 872 // full-width move. (We use IILF rather than something like LLILF
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 656 18879536U, // LLILF 1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
|
D | SystemZGenDisassemblerTables.inc | 898 /* 242 */ MCD_OPC_Decode, 251, 4, 100, // Opcode: LLILF
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 484 def LLILF : UnaryRIL<"llilf", 0xC0F, bitconvert, GR64, imm64lf32>; 857 // full-width move. (We use IILF rather than something like LLILF
|