Lines Matching refs:TOS
1362 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1366 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1372 TOS = Op0; in handleTwoArgFP()
1375 TOS = Op1; in handleTwoArgFP()
1383 Op0 = TOS = Dest; in handleTwoArgFP()
1391 Op0 = TOS = Dest; in handleTwoArgFP()
1397 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1403 bool isForward = TOS == Op0; in handleTwoArgFP()
1404 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1421 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1439 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()