Searched refs:DDIV (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrDFP.td | 40 defm DDIV : XForm_28r<59, 546, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips64r6InstrInfo.td | 141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
|
H A D | MipsScheduleGeneric.td | 267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
|
H A D | MipsISelLowering.cpp | 1447 case Mips::DDIV: in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1439 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local 1443 for (auto &DDI : DDIV) in dropDanglingDebugInfo() 1447 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo() 1459 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local 1460 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() 1504 DDIV.clear(); in resolveDanglingDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2082 case Mips::DDIV: in processInstruction()
|