Searched defs:expandCvtFPInt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp301 expandCvtFPInt(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false);
304 expandCvtFPInt(MBB, MI, Mips::CVT_D32_W, Mips::MTC1, false);
307 expandCvtFPInt(MBB, MI, Mips::CVT_S_L, Mips::DMTC1, true);
310 expandCvtFPInt(MBB, MI, Mips::CVT_D64_W, Mips::MTC1, true);
313 expandCvtFPInt(MBB, MI, Mips::CVT_D64_L, Mips::DMTC1, true);
488 void MipsSEInstrInfo::expandCvtFPInt(MachineBasicBlock &MBB, function in class:MipsSEInstrInfo

Completed in 486 milliseconds