Home | History | Annotate | Download | only in PowerPC

Lines Matching full:fpreg

297   unsigned FPReg  = is31 ? PPC::R31 : PPC::R1;
303 unsigned BPReg = HasBP ? (unsigned) PPC::R30 : FPReg;
304 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg;
317 MO.setReg(FPReg);
884 unsigned FPReg = isPPC64 ? PPC::X31 : PPC::R31;
902 .addReg(FPReg)