Searched refs:Rtemp2 (Results 1 – 1 of 1) sorted by relevance
3676 Register Rtemp2 = RegInfo.createVirtualRegister(GPRRC); in emitFPROUND_PSEUDO() local3677 BuildMI(*BB, MI, DL, TII->get(Mips::MFHC1_D64), Rtemp2).addReg(Fs); in emitFPROUND_PSEUDO()3682 .addReg(Rtemp2) in emitFPROUND_PSEUDO()3686 .addReg(Rtemp2) in emitFPROUND_PSEUDO()3791 Register Rtemp2 = RegInfo.createVirtualRegister(GPRRC); in emitFPEXTEND_PSEUDO() local3792 BuildMI(*BB, MI, DL, TII->get(Mips::COPY_S_W), Rtemp2) in emitFPEXTEND_PSEUDO()3797 .addReg(Rtemp2); in emitFPEXTEND_PSEUDO()