Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1188 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP() local
1189 if (updateST0) { in handleTwoArgFP()
1214 assert(!updateST0 && "Should have updated other operand!"); in handleTwoArgFP()
1220 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()