Searched refs:IILF (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-01.ll | 47 ; Check the first useful IILF value, which is the next one up again. 63 ; Check the next value up, which must use IILF. 71 ; Check the highest useful IILF value, 0xffff7fff
|
D | insert-05.ll | 5 ; Prefer LHI over IILF for signed 16-bit constants. 27 ; Check the next value up, which should use IILF instead. 49 ; Check the highest useful IILF value (-0x8001).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-const-01.ll | 47 ; Check the first useful IILF value, which is the next one up again. 63 ; Check the next value up, which must use IILF. 71 ; Check the highest useful IILF value, 0xffff7fff
|
D | insert-05.ll | 5 ; Prefer LHI over IILF for signed 16-bit constants. 27 ; Check the next value up, which should use IILF instead. 49 ; Check the highest useful IILF value (-0x8001).
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 261 if (IIHF == op1 && IILF == op2) { in target_address_at() 267 if (IILF == op1 || CFI == op1) { in target_address_at() 330 if (IIHF == op1 && IILF == op2) { in set_target_address_at() 353 if (IILF == op1 || CFI == op1) { in set_target_address_at()
|
D | simulator-s390.h | 634 EVALUATE(IILF);
|
D | constants-s390.h | 703 V(iilf, IILF, 0xC09) /* type = RIL_A INSERT IMMEDIATE (low) */ \
|
D | simulator-s390.cc | 925 EvalTable[IILF] = &Simulator::Evaluate_IILF; in EvalTableInit() 2980 EVALUATE(IILF) { in EVALUATE() argument 2981 DCHECK_OPCODE(IILF); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 191 case SystemZ::IILF: in processBlock()
|
D | SystemZAsmPrinter.cpp | 319 LoweredMI = MCInstBuilder(SystemZ::IILF) in EmitInstruction()
|
D | SystemZInstrInfo.td | 857 // full-width move. (We use IILF rather than something like LLILF 858 // for 32-bit moves because IILF leaves the upper 32 bits of the 863 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
|
D | SystemZInstrInfo.cpp | 1097 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 191 case SystemZ::IILF: in processBlock()
|
D | SystemZAsmPrinter.cpp | 319 LoweredMI = MCInstBuilder(SystemZ::IILF) in EmitInstruction()
|
D | SystemZInstrInfo.td | 872 // full-width move. (We use IILF rather than something like LLILF 873 // for 32-bit moves because IILF leaves the upper 32 bits of the 878 def IILF : UnaryRIL<"iilf", 0xC09, bitconvert, GR32, uimm32>;
|
D | SystemZInstrInfo.cpp | 1404 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 294 def : InstRW<[WLat1, FXU, NormalGr], (instregex "IILF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 305 def : InstRW<[WLat1, FXU, NormalGr], (instregex "IILF(64)?$")>;
|
D | SystemZScheduleZ13.td | 327 def : InstRW<[WLat1, FXa, NormalGr], (instregex "IILF(64)?$")>;
|
D | SystemZScheduleZ14.td | 328 def : InstRW<[WLat1, FXa, NormalGr], (instregex "IILF(64)?$")>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 561 18879530U, // IILF 1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
|
D | SystemZGenDisassemblerTables.inc | 886 /* 194 */ MCD_OPC_Decode, 156, 4, 99, // Opcode: IILF
|