Searched defs:TOS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1018 // Duplicate the TOS so that we return it twice. Just pick some other FPx
1239 unsigned TOS = getStackEntry(0); local
1243 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS?
1248 moveToTop(Op0, I); // Move dead operand to TOS.
1249 TOS = Op0;
1252 TOS = Op1;
1260 Op0 = TOS = Dest;
1268 Op0 = TOS
[all...]

Completed in 319 milliseconds