Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1512 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local
1540 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()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1464 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local
1492 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()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp1470 unsigned STUses = 0, STDefs = 0, STClobbers = 0, STDeadDefs = 0; in handleSpecialFP() local
1487 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()