Searched refs:MTC1 (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.cpp | 122 Opc = Mips::MTC1; in copyPhysReg() 448 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false); in expandPostRAPseudo() 452 expandCvtFPInt(MBB, MI, Opc, Mips::MTC1, false); in expandPostRAPseudo() 459 expandCvtFPInt(MBB, MI, Opc, Mips::MTC1, true); in expandPostRAPseudo() 829 const MCInstrDesc& Mtc1Tdd = get(Mips::MTC1); in expandBuildPairF64()
|
| H A D | MipsInstructionSelector.cpp | 603 MachineInstrBuilder MTC1 = in select() local 604 B.buildInstr(Mips::MTC1, {I.getOperand(0).getReg()}, {GPRReg}); in select() 605 if (!MTC1.constrainAllUses(TII, TRI, RBI)) in select()
|
| H A D | MipsAsmPrinter.cpp | 959 if (Opcode == Mips::MTC1) { in EmitInstrRegReg() 999 unsigned MovOpc = ToFP ? Mips::MTC1 : Mips::MFC1; in EmitSwapFPIntParams()
|
| H A D | MipsInstrFPU.td | 564 def MTC1 : MMRel, StdMMR6Rel, MTC1_FT<"mtc1", FGR32Opnd, GPR32Opnd, II_MTC1, 937 def : MipsPat<(f32 fpimm0), (MTC1 ZERO)>, ISA_MIPS1; 938 def : MipsPat<(f32 fpimm0neg), (FNEG_S (MTC1 ZERO))>, ISA_MIPS1;
|
| H A D | MipsInstrInfo.cpp | 634 case Mips::MTC1: in HasFPUDelaySlot()
|
| H A D | MipsScheduleP5600.td | 564 def : InstRW<[P5600WriteMoveGPRToFPU], (instrs CTC1, MTC1, MTC1_D64, MTHC1_D32,
|
| H A D | MipsFastISel.cpp | 392 emitInst(Mips::MTC1, DestReg).addReg(TempReg); in materializeFP()
|
| H A D | MipsScheduleGeneric.td | 872 MFHC1_D64, MTC1, MTC1_D64,
|
| H A D | MipsSEISelLowering.cpp | 3767 : (IsFGR64onMips32 ? Mips::MTC1_D64 : Mips::MTC1); in emitFPEXTEND_PSEUDO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3442 TOut.emitRR(Mips::MTC1, FirstReg, TmpReg, IDLoc, STI); in expandLoadSingleImmToFPR() 3572 TOut.emitRR(Mips::MTC1, FirstReg, Mips::ZERO, IDLoc, STI); in expandLoadDoubleImmToFPR() 3575 TOut.emitRR(Mips::MTC1, nextReg(FirstReg), TmpReg, IDLoc, STI); in expandLoadDoubleImmToFPR() 3576 TOut.emitRR(Mips::MTC1, FirstReg, Mips::ZERO, IDLoc, STI); in expandLoadDoubleImmToFPR()
|