Searched refs:STUses (Results 1 – 1 of 1) sorted by relevance
1593 unsigned STUses = 0, STDefs = 0, STClobbers = 0; in handleSpecialFP() local1621 STUses |= (1u << STReg); in handleSpecialFP()1635 if (STUses && !isMask_32(STUses)) in handleSpecialFP()1637 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP()1651 unsigned STPopped = STUses & (STDefs | STClobbers); in handleSpecialFP()