Searched refs:FPKills (Results 1 – 1 of 1) sorted by relevance
1457 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local1468 FPKills |= 1U << FPReg; in handleSpecialFP()1472 FPKills &= ~(STDefs | STClobbers); in handleSpecialFP()1512 while (FPKills) { in handleSpecialFP()1513 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP()1516 FPKills &= ~(1U << FPReg); in handleSpecialFP()