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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1344 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); local
1345 if (updateST0) {
1370 assert(!updateST0 && "Should have updated other operand!");
1376 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);

Completed in 61 milliseconds