Searched refs:STUses (Results 1 – 3 of 3) sorted by relevance
1512 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local1540 STUses |= (1u << STReg); in handleSpecialFP()1556 if (STUses && !isMask_32(STUses)) in handleSpecialFP()1558 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP()1572 unsigned STPopped = STUses & (STDefs | STClobbers); in handleSpecialFP()
1464 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local1492 STUses |= (1u << STReg); in handleSpecialFP()1508 if (STUses && !isMask_32(STUses)) in handleSpecialFP()1510 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP()1524 unsigned STPopped = STUses & (STDefs | STClobbers); in handleSpecialFP()
1470 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local1487 STUses |= (1u << STReg); in handleSpecialFP()1503 if (STUses && !isMask_32(STUses)) in handleSpecialFP()1505 unsigned NumSTUses = CountTrailingOnes_32(STUses); in handleSpecialFP()1519 unsigned STPopped = STUses & (STDefs | STClobbers); in handleSpecialFP()