Searched refs:FPKills (Results 1 – 1 of 1) sorted by relevance
1533 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local1548 FPKills |= 1U << FPReg; in handleSpecialFP()1556 if ((FPKills & ~FPUsed) & (1u << PendingST[i])) in handleSpecialFP()1615 FPKills &= ~(1u << SR); in handleSpecialFP()1640 while (FPKills) { in handleSpecialFP()1641 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP()1644 FPKills &= ~(1U << FPReg); in handleSpecialFP()