Searched refs:IIHF (Results 1 – 22 of 22) sorted by relevance
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 261 if (IIHF == op1 && IILF == op2) { in target_address_at() 330 if (IIHF == op1 && IILF == op2) { in set_target_address_at()
|
D | simulator-s390.h | 633 EVALUATE(IIHF);
|
D | constants-s390.h | 702 V(iihf, IIHF, 0xC08) /* type = RIL_A INSERT IMMEDIATE (high) */ \
|
D | simulator-s390.cc | 924 EvalTable[IIHF] = &Simulator::Evaluate_IIHF; in EvalTableInit() 2973 EVALUATE(IIHF) { in EVALUATE() argument 2974 DCHECK_OPCODE(IIHF); in EVALUATE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | insert-05.ll | 132 ; Check the lowest useful IIHF value. 154 ; Check the highest useful IIHF value (0xfffffffe).
|
D | asm-18.ll | 252 ; allocator. It doesn't really matter which comes first: LLILL/IIHF would
|
/external/llvm/test/CodeGen/SystemZ/ |
D | insert-05.ll | 132 ; Check the lowest useful IIHF value. 154 ; Check the highest useful IIHF value (0xfffffffe).
|
D | asm-18.ll | 252 ; allocator. It doesn't really matter which comes first: LLILL/IIHF would
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 195 case SystemZ::IIHF: in processBlock()
|
D | SystemZAsmPrinter.cpp | 325 LoweredMI = MCInstBuilder(SystemZ::IIHF) in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1093 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); in expandPostRAPseudo() 1097 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 469 // 16-bit sign-extended immediates. LHIMux expands to LHI or IIHF, 864 def IIHF : UnaryRIL<"iihf", 0xC08, bitconvert, GRH32, uimm32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 325 LoweredMI = MCInstBuilder(SystemZ::IIHF) in EmitInstruction() 565 EmitToStreamer(*OutStreamer, MCInstBuilder(SystemZ::IIHF) in LowerPATCHPOINT()
|
D | SystemZShortenInst.cpp | 195 case SystemZ::IIHF: in processBlock()
|
D | SystemZInstrInfo.cpp | 1400 expandRIPseudo(MI, SystemZ::LHI, SystemZ::IIHF, true); in expandPostRAPseudo() 1404 expandRIPseudo(MI, SystemZ::IILF, SystemZ::IIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 381 // 16-bit sign-extended immediates. LHIMux expands to LHI or IIHF, 879 def IIHF : UnaryRIL<"iihf", 0xC08, bitconvert, GRH32, uimm32>;
|
D | SystemZScheduleZ196.td | 291 def : InstRW<[WLat1, FXU, NormalGr], (instregex "IIHF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 302 def : InstRW<[WLat1, FXU, NormalGr], (instregex "IIHF(64)?$")>;
|
D | SystemZScheduleZ13.td | 324 def : InstRW<[WLat1, FXa, NormalGr], (instregex "IIHF(64)?$")>;
|
D | SystemZScheduleZ14.td | 325 def : InstRW<[WLat1, FXa, NormalGr], (instregex "IIHF(64)?$")>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 554 18879493U, // IIHF 1789 // CLFI, CLGFI, CLIH, IIHF, IILF, LLIHF, LLILF
|
D | SystemZGenDisassemblerTables.inc | 884 /* 186 */ MCD_OPC_Decode, 149, 4, 98, // Opcode: IIHF
|