Searched refs:LTXBR (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-06.ll | 21 ; FP pairs just so we can use LTXBR, so simply load up a zero.
|
D | fp-cmp-04.ll | 274 ; Test that LXR gets converted to LTXBR where useful.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 121 case SystemZ::LTXBR: in resultTests() 155 MI.getOpcode() == SystemZ::LTXBR) && in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 51 defm LTXBR : LoadAndTestRRE<"ltxb", 0xB342, FP128>;
|
D | SystemZInstrInfo.cpp | 1334 case SystemZ::LXR: return SystemZ::LTXBR; in getLoadAndTest()
|
D | SystemZISelLowering.cpp | 6243 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTXBR); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 129 case SystemZ::LTXBR: in preservesValueOf() 173 MI.getOpcode() == SystemZ::LTXBR) && in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 59 defm LTXBR : LoadAndTestRRE<"ltxbr", 0xB342, FP128>;
|
D | SystemZInstrInfo.cpp | 1647 case SystemZ::LXR: return SystemZ::LTXBR; in getLoadAndTest()
|
D | SystemZScheduleZ196.td | 715 def : InstRW<[WLat10, WLat10, FPU4, GroupAlone], (instregex "LTXBR(Compare)?$")>;
|
D | SystemZScheduleZEC12.td | 753 def : InstRW<[WLat10, WLat10, FPU4, GroupAlone], (instregex "LTXBR(Compare)?$")>;
|
D | SystemZScheduleZ13.td | 780 (instregex "LTXBR(Compare)?$")>;
|
D | SystemZScheduleZ14.td | 799 (instregex "LTXBR(Compare)?$")>;
|
D | SystemZISelLowering.cpp | 7271 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTXBR); in EmitInstrWithCustomInserter()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 274 ; Test that LXR gets converted to LTXBR where useful.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 756 EVALUATE(LTXBR);
|
D | constants-s390.h | 1281 V(ltxbr, LTXBR, 0xB342) /* type = RRE LOAD AND TEST (extended BFP) */ \
|
D | simulator-s390.cc | 1045 EvalTable[LTXBR] = &Simulator::Evaluate_LTXBR; in EvalTableInit() 5688 EVALUATE(LTXBR) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 694 4201712U, // LTXBR
|
D | SystemZGenDisassemblerTables.inc | 387 /* 1229 */ MCD_OPC_Decode, 161, 5, 39, // Opcode: LTXBR
|