Searched refs:Rtemp2 (Results 1 – 1 of 1) sorted by relevance
3673 Register Rtemp2 = RegInfo.createVirtualRegister(GPRRC); in emitFPROUND_PSEUDO() local3674 BuildMI(*BB, MI, DL, TII->get(Mips::MFHC1_D64), Rtemp2).addReg(Fs); in emitFPROUND_PSEUDO()3679 .addReg(Rtemp2) in emitFPROUND_PSEUDO()3683 .addReg(Rtemp2) in emitFPROUND_PSEUDO()3788 Register Rtemp2 = RegInfo.createVirtualRegister(GPRRC); in emitFPEXTEND_PSEUDO() local3789 BuildMI(*BB, MI, DL, TII->get(Mips::COPY_S_W), Rtemp2) in emitFPEXTEND_PSEUDO()3794 .addReg(Rtemp2); in emitFPEXTEND_PSEUDO()