Searched refs:XIHF (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | xor-04.ll | 23 ; Check the lowest useful XIHF value, which is one up from the above. 32 ; Check the next value up again, which needs a combination of XIHF and XILF. 42 ; Check the high end of the XIHF range. 51 ; Check the next value up, which again must use XIHF and XILF.
|
D | atomicrmw-xor-04.ll | 42 ; Check the lowest useful XIHF value, which is one greater than above. 61 ; Check the high end of the XIHF range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | xor-04.ll | 23 ; Check the lowest useful XIHF value, which is one up from the above. 32 ; Check the next value up again, which needs a combination of XIHF and XILF. 42 ; Check the high end of the XIHF range. 51 ; Check the next value up, which again must use XIHF and XILF.
|
D | atomicrmw-xor-04.ll | 42 ; Check the lowest useful XIHF value, which is one greater than above. 61 ; Check the high end of the XIHF range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 415 LOWER_HIGH(XIHF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1133 expandRIPseudo(MI, SystemZ::XILF, SystemZ::XIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1131 // Expands to XILF or XIHF, depending on the choice of register. 1135 def XIHF : BinaryRIL<"xihf", 0xC06, xor, GRH32, uimm32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 415 LOWER_HIGH(XIHF); in EmitInstruction()
|
D | SystemZInstrInfo.cpp | 1440 expandRIPseudo(MI, SystemZ::XILF, SystemZ::XIHF, false); in expandPostRAPseudo()
|
D | SystemZInstrInfo.td | 1218 // Expands to XILF or XIHF, depending on the choice of register. 1222 def XIHF : BinaryRIL<"xihf", 0xC06, xor, GRH32, uimm32>;
|
D | SystemZScheduleZ196.td | 413 def : InstRW<[WLat1, FXU, NormalGr], (instregex "XIHF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 424 def : InstRW<[WLat1, FXU, NormalGr], (instregex "XIHF(64)?$")>;
|
D | SystemZScheduleZ13.td | 447 def : InstRW<[WLat1, FXa, NormalGr], (instregex "XIHF(64)?$")>;
|
D | SystemZScheduleZ14.td | 448 def : InstRW<[WLat1, FXa, NormalGr], (instregex "XIHF(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 631 EVALUATE(XIHF);
|
D | constants-s390.h | 700 V(xihf, XIHF, 0xC06) /* type = RIL_A EXCLUSIVE OR IMMEDIATE (high) */ \
|
D | simulator-s390.cc | 922 EvalTable[XIHF] = &Simulator::Evaluate_XIHF; in EvalTableInit() 4709 EVALUATE(XIHF) { in EVALUATE() argument 4710 DCHECK_OPCODE(XIHF); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 921 5248030U, // XIHF 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 880 /* 170 */ MCD_OPC_Decode, 132, 7, 96, // Opcode: XIHF
|