Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Tmp3Reg

8549   unsigned Tmp3Reg = RegInfo.createVirtualRegister(RC);
8615 BuildMI(BB, dl, TII->get(is64bit ? PPC::AND8 : PPC::AND), Tmp3Reg)
8618 .addReg(Tmp3Reg).addReg(Tmp2Reg);