Lines Matching refs:FPReg
1462 unsigned FPReg = getFPReg(Op); in handleSpecialFP() local
1468 FPKills |= 1U << FPReg; in handleSpecialFP()
1489 unsigned FPReg = getFPReg(Op); in handleSpecialFP() local
1493 Op.setReg(getSTReg(FPReg)); in handleSpecialFP()
1496 Op.setReg(X86::ST0 + FPReg); in handleSpecialFP()
1513 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP() local
1514 if (isLive(FPReg)) in handleSpecialFP()
1515 freeStackSlotAfter(Inst, FPReg); in handleSpecialFP()
1516 FPKills &= ~(1U << FPReg); in handleSpecialFP()
1529 unsigned FPReg = getFPReg(Op); in handleSpecialFP() local
1531 moveToTop(FPReg, Inst); in handleSpecialFP()
1533 duplicateToTop(FPReg, FPReg, Inst); in handleSpecialFP()