Searched refs:FPKills (Results 1 – 1 of 1) sorted by relevance
1446 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local1457 FPKills |= 1U << FPReg; in handleSpecialFP()1461 FPKills &= ~(STDefs | STClobbers); in handleSpecialFP()1501 while (FPKills) { in handleSpecialFP()1502 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP()1505 FPKills &= ~(1U << FPReg); in handleSpecialFP()