Searched refs:MFHiOpc (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, 66 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 205 unsigned MFHiOpc, unsigned MFLoOpc, in expandStoreACC() argument 223 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 238 unsigned MFHiOpc, unsigned MFLoOpc) { in expandCopyACC() argument 257 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|