Lines Matching refs:TOS
1156 unsigned TOS = getStackEntry(0); in handleTwoArgFP() local
1160 if (Op0 != TOS && Op1 != TOS) { // No operand at TOS? in handleTwoArgFP()
1166 TOS = Op0; in handleTwoArgFP()
1169 TOS = Op1; in handleTwoArgFP()
1177 Op0 = TOS = Dest; in handleTwoArgFP()
1185 Op0 = TOS = Dest; in handleTwoArgFP()
1191 assert((TOS == Op0 || TOS == Op1) && (KillsOp0 || KillsOp1) && in handleTwoArgFP()
1197 bool isForward = TOS == Op0; in handleTwoArgFP()
1198 bool updateST0 = (TOS == Op0 && !KillsOp1) || (TOS == Op1 && !KillsOp0); in handleTwoArgFP()
1216 unsigned NotTOS = (TOS == Op0) ? Op1 : Op0; in handleTwoArgFP()
1231 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()