Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:FPR

1304   // fpr index is 1 byte after gpr
1308 // fpr
1362 // increase overflow_area by 4/8 if gpr/fpr > 8
1449 // char fpr; /* index into the array of 8 FPRs
1451 // * fpr=0 corresponds to f1,
1452 // * fpr=1 to f2, etc.
1585 static const unsigned FPR[] = {
1590 return FPR;
1872 static const unsigned *FPR = GetFPR();
2085 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2087 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
3131 static const unsigned *FPR = GetFPR();
3243 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));