Searched refs:MFFSReg (Results 1 – 1 of 1) sorted by relevance
8798 unsigned MFFSReg = RegInfo.createVirtualRegister(&PPC::F8RCRegClass); in EmitInstrWithCustomInserter() local8801 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg); in EmitInstrWithCustomInserter()8811 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSFb)).addImm(1).addReg(MFFSReg); in EmitInstrWithCustomInserter()