Lines Matching refs:TOS
1339 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1343 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1349 TOS = Op0; in handleTwoArgFP()
1352 TOS = Op1; in handleTwoArgFP()
1360 Op0 = TOS = Dest; in handleTwoArgFP()
1368 Op0 = TOS = Dest; in handleTwoArgFP()
1374 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1380 bool isForward = TOS == Op0; in handleTwoArgFP()
1381 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1398 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1416 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()