OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandCvtFPInt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h
100
void
expandCvtFPInt
(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
MipsSEInstrInfo.cpp
255
expandCvtFPInt
(MBB, MI, Mips::CVT_S_W, Mips::MTC1, false);
258
expandCvtFPInt
(MBB, MI, Mips::CVT_D32_W, Mips::MTC1, false);
261
expandCvtFPInt
(MBB, MI, Mips::CVT_S_L, Mips::DMTC1, true);
264
expandCvtFPInt
(MBB, MI, Mips::CVT_D64_W, Mips::MTC1, true);
267
expandCvtFPInt
(MBB, MI, Mips::CVT_D64_L, Mips::DMTC1, true);
402
void MipsSEInstrInfo::
expandCvtFPInt
(MachineBasicBlock &MBB,
Completed in 35 milliseconds