Lines Matching refs:TOS
1239 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1243 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1249 TOS = Op0; in handleTwoArgFP()
1252 TOS = Op1; in handleTwoArgFP()
1260 Op0 = TOS = Dest; in handleTwoArgFP()
1268 Op0 = TOS = Dest; in handleTwoArgFP()
1274 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1280 bool isForward = TOS == Op0; in handleTwoArgFP()
1281 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1298 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1313 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()