Lines Matching refs:TOS
1287 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1291 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1297 TOS = Op0; in handleTwoArgFP()
1300 TOS = Op1; in handleTwoArgFP()
1308 Op0 = TOS = Dest; in handleTwoArgFP()
1316 Op0 = TOS = Dest; in handleTwoArgFP()
1322 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1328 bool isForward = TOS == Op0; in handleTwoArgFP()
1329 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1346 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1361 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()