/external/llvm/test/CodeGen/SystemZ/ |
D | xor-04.ll | 5 ; Check the lowest useful XILF value. 14 ; Check the high end of the XILF range. 32 ; Check the next value up again, which needs a combination of XIHF and XILF. 51 ; Check the next value up, which again must use XIHF and XILF.
|
D | xor-02.ll | 5 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
D | atomicrmw-xor-04.ll | 19 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | xor-04.ll | 5 ; Check the lowest useful XILF value. 14 ; Check the high end of the XILF range. 32 ; Check the next value up again, which needs a combination of XIHF and XILF. 51 ; Check the next value up, which again must use XIHF and XILF.
|
D | xor-02.ll | 5 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
D | atomicrmw-xor-04.ll | 19 ; Check the lowest useful XILF value. 33 ; Check the high end of the XILF range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 398 LOWER_LOW(XILF); 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. 1134 def XILF : BinaryRIL<"xilf", 0xC07, xor, GR32, uimm32>;
|
D | SystemZISelLowering.cpp | 5388 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary() 6130 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 0); in EmitInstrWithCustomInserter() 6134 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 32); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 398 LOWER_LOW(XILF); 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. 1221 def XILF : BinaryRIL<"xilf", 0xC07, xor, GR32, uimm32>;
|
D | SystemZISelLowering.cpp | 6361 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary() 7158 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 0); in EmitInstrWithCustomInserter() 7162 return emitAtomicLoadBinary(MI, MBB, SystemZ::XILF, 32); in EmitInstrWithCustomInserter()
|
D | SystemZScheduleZ196.td | 414 def : InstRW<[WLat1, FXU, NormalGr], (instregex "XILF(64)?$")>;
|
D | SystemZScheduleZEC12.td | 425 def : InstRW<[WLat1, FXU, NormalGr], (instregex "XILF(64)?$")>;
|
D | SystemZScheduleZ13.td | 448 def : InstRW<[WLat1, FXa, NormalGr], (instregex "XILF(64)?$")>;
|
D | SystemZScheduleZ14.td | 449 def : InstRW<[WLat1, FXa, NormalGr], (instregex "XILF(64)?$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 632 EVALUATE(XILF);
|
D | constants-s390.h | 701 V(xilf, XILF, 0xC07) /* type = RIL_A EXCLUSIVE OR IMMEDIATE (low) */ \
|
D | simulator-s390.cc | 923 EvalTable[XILF] = &Simulator::Evaluate_XILF; in EvalTableInit() 4720 EVALUATE(XILF) { in EVALUATE() argument 4721 DCHECK_OPCODE(XILF); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 923 5248067U, // XILF 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 882 /* 178 */ MCD_OPC_Decode, 134, 7, 97, // Opcode: XILF
|