Searched refs:MFLO (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 104 Opc = isMicroMips ? Mips::MFLO16_MM : Mips::MFLO; in copyPhysReg() 275 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0); in storeRegToStack() 394 expandPseudoMFHiLo(MBB, MI, Mips::MFLO); in expandPostRAPseudo()
|
H A D | MipsISelLowering.h | 127 MFLO, enumerator
|
H A D | MipsSEFrameLowering.cpp | 821 Op = (Reg == Mips::HI0) ? Mips::MFHI : Mips::MFLO; in spillCalleeSavedRegisters()
|
H A D | MipsScheduleP5600.td | 182 def : InstRW<[P5600WriteAL2], (instrs CLO, CLZ, DI, EI, MFHI, MFLO,
|
H A D | MipsFastISel.cpp | 1946 : Mips::MFLO; in selectDivRem()
|
H A D | MipsSEISelLowering.cpp | 1273 Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult); in lowerMulDiv() 1291 SDValue Lo = DAG.getNode(MipsISD::MFLO, DL, MVT::i32, Op); in extractLOHI()
|
H A D | MipsScheduleGeneric.td | 183 def : InstRW<[GenericWriteALULong], (instrs MFHI, MFLO, PseudoMFHI,
|
H A D | MipsISelLowering.cpp | 202 case MipsISD::MFLO: return "MipsISD::MFLO"; in getTargetNodeName() 1063 SDValue ResLo = CurDAG.getNode(MipsISD::MFLO, DL, MVT::i32, MAdd); in performMADD_MSUBCombine()
|
H A D | MipsInstrInfo.td | 98 def MipsMFLO : SDNode<"MipsISD::MFLO", SDT_MFLOHI>; 2354 def MFLO : MMRel, MoveFromLOHI<"mflo", GPR32Opnd, AC0>, MFLO_FM<0x12>,
|
H A D | Mips16InstrInfo.td | 889 // Format: MFLO rx MIPS16e
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 4312 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI); in expandDivRem() 4361 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI); in expandDivRem() 4399 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI); in expandDivRem() 5242 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI); in expandMulImm() 5262 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI); in expandMulO() 5284 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI); in expandMulO() 5305 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI); in expandMulOU() 5333 TOut.emitR(Mips::MFLO, DstReg, IDLoc, STI); in expandDMULMacro()
|