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