Home | History | Annotate | Download | only in Alpha

Lines Matching refs:FP

53   bool FP = hasFP(MF);
67 if (FP)
68 NumBytes += 8; //reserve space for the old FP
93 // Now if we need to, save the old FP and set the new
94 if (FP) {
115 bool FP = hasFP(MF);
120 //now if we need to, restore the old FP
121 if (FP) {
122 //copy the FP into the SP (discards allocas)
125 //restore the FP