Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1593 unsigned STUses = 0, STDefs = 0, STClobbers = 0; in handleSpecialFP() local
1621 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()