Searched refs:MFHiOpc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 77 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 80 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, 220 unsigned MFHiOpc, unsigned MFLoOpc, in expandStoreACC() argument 238 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 253 unsigned MFHiOpc, unsigned MFLoOpc) { in expandCopyACC() argument 273 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|