Searched refs:LTDBR (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 120 case SystemZ::LTDBR: in resultTests() 154 MI.getOpcode() == SystemZ::LTDBR || in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 50 defm LTDBR : LoadAndTestRRE<"ltdb", 0xB312, FP64>;
|
D | SystemZInstrInfo.cpp | 1333 case SystemZ::LDR: return SystemZ::LTDBR; in getLoadAndTest()
|
D | SystemZISelLowering.cpp | 6241 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTDBR); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 128 case SystemZ::LTDBR: in preservesValueOf() 172 MI.getOpcode() == SystemZ::LTDBR || in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 58 defm LTDBR : LoadAndTestRRE<"ltdbr", 0xB312, FP64>;
|
D | SystemZInstrInfo.cpp | 1646 case SystemZ::LDR: return SystemZ::LTDBR; in getLoadAndTest()
|
D | SystemZISelLowering.cpp | 7269 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTDBR); in EmitInstrWithCustomInserter()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 252 ; Test that LDR gets converted to LTDBR where useful.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 252 ; Test that LDR gets converted to LTDBR where useful.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 571 case LTDBR: in DecodeSpecial()
|
D | simulator-s390.h | 740 EVALUATE(LTDBR);
|
D | constants-s390.h | 1260 V(ltdbr, LTDBR, 0xB312) /* type = RRE LOAD AND TEST (long BFP) */ \
|
D | simulator-s390.cc | 1029 EvalTable[LTDBR] = &Simulator::Evaluate_LTDBR; in EvalTableInit() 5533 EVALUATE(LTDBR) { in EVALUATE() argument 5534 DCHECK_OPCODE(LTDBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 685 4201384U, // LTDBR
|
D | SystemZGenDisassemblerTables.inc | 342 /* 1020 */ MCD_OPC_Decode, 152, 5, 5, // Opcode: LTDBR
|