Searched refs:expandStoreACC (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 63 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 114 expandStoreACC(MBB, I, Mips::PseudoMFHI, Mips::PseudoMFLO, 4); in expandInstr() 117 expandStoreACC(MBB, I, Mips::MFHI_DSP, Mips::MFLO_DSP, 4); in expandInstr() 120 expandStoreACC(MBB, I, Mips::PseudoMFHI64, Mips::PseudoMFLO64, 8); in expandInstr() 204 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I, in expandStoreACC() function in ExpandPseudo
|