HomeSort by relevance Sort by last modified time
    Searched refs:expandCvtFPInt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 106 void expandCvtFPInt(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
MipsSEInstrInfo.cpp 301 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,

Completed in 496 milliseconds