Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp1530 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local
1545 FPKills |= 1U << FPReg; in handleSpecialFP()
1553 if ((FPKills & ~FPUsed) & (1u << PendingST[i])) in handleSpecialFP()
1612 FPKills &= ~(1u << SR); in handleSpecialFP()
1637 while (FPKills) { in handleSpecialFP()
1638 unsigned FPReg = CountTrailingZeros_32(FPKills); in handleSpecialFP()
1641 FPKills &= ~(1U << FPReg); in handleSpecialFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1593 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local
1604 FPKills |= 1U << FPReg; in handleSpecialFP()
1608 FPKills &= ~(STDefs | STClobbers); in handleSpecialFP()
1651 while (FPKills) { in handleSpecialFP()
1652 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP()
1655 FPKills &= ~(1U << FPReg); in handleSpecialFP()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1544 unsigned FPKills = ((1u << NumFPRegs) - 1) & ~0xff; in handleSpecialFP() local
1555 FPKills |= 1U << FPReg; in handleSpecialFP()
1559 FPKills &= ~(STDefs | STClobbers); in handleSpecialFP()
1599 while (FPKills) { in handleSpecialFP()
1600 unsigned FPReg = countTrailingZeros(FPKills); in handleSpecialFP()
1603 FPKills &= ~(1U << FPReg); in handleSpecialFP()