Lines Matching refs:TOS
1364 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1368 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1374 TOS = Op0; in handleTwoArgFP()
1377 TOS = Op1; in handleTwoArgFP()
1385 Op0 = TOS = Dest; in handleTwoArgFP()
1393 Op0 = TOS = Dest; in handleTwoArgFP()
1399 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1405 bool isForward = TOS == Op0; in handleTwoArgFP()
1406 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1423 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1441 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()