Searched refs:OIHF (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 147 ; Check the lowest useful OIHF value. 165 ; Check the high end of the OIHF range.
|
D | atomicrmw-or-04.ll | 124 ; Check the lowest useful OIHF value, which is 1<<32 greater again. 151 ; Check the high end of the OIHF range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 147 ; Check the lowest useful OIHF value. 165 ; Check the high end of the OIHF range.
|
D | atomicrmw-or-04.ll | 124 ; Check the lowest useful OIHF value, which is 1<<32 greater again. 151 ; Check the high end of the OIHF range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 414 LOWER_HIGH(OIHF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1121 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1091 // Expands to OILF or OIHF, depending on the choice of register. 1095 def OIHF : BinaryRIL<"oihf", 0xC0C, or, GRH32, uimm32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 414 LOWER_HIGH(OIHF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1428 expandRIPseudo(MI, SystemZ::OILF, SystemZ::OIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1178 // Expands to OILF or OIHF, depending on the choice of register. 1182 def OIHF : BinaryRIL<"oihf", 0xC0C, or, GRH32, uimm32>;
|
D | SystemZScheduleZ196.td | 395 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OIHF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 406 def : InstRW<[WLat1, FXU, NormalGr], (instregex "OIHF(64)?$")>;
|
D | SystemZScheduleZ13.td | 429 def : InstRW<[WLat1, FXa, NormalGr], (instregex "OIHF(64)?$")>;
|
D | SystemZScheduleZ14.td | 430 def : InstRW<[WLat1, FXa, NormalGr], (instregex "OIHF(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 637 EVALUATE(OIHF);
|
D | constants-s390.h | 706 V(oihf, OIHF, 0xC0C) /* type = RIL_A OR IMMEDIATE (high) */ \
|
D | simulator-s390.cc | 928 EvalTable[OIHF] = &Simulator::Evaluate_OIHF; in EvalTableInit() 4753 EVALUATE(OIHF) { in EVALUATE() argument 4754 DCHECK_OPCODE(OIHF); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 784 5248024U, // OIHF 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 892 /* 218 */ MCD_OPC_Decode, 251, 5, 96, // Opcode: OIHF
|