Home
last modified time | relevance | path

Searched refs:STUses (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1366 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local
1394 STUses |= (1u << STReg); in handleSpecialFP()
1410 if (STUses && !isMask_32(STUses)) in handleSpecialFP()
1412 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP()
1426 unsigned STPopped = STUses & (STDefs | STClobbers); in handleSpecialFP()