Searched refs:UpdatedSlot (Results 1 – 1 of 1) sorted by relevance
1220 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP() local1221 assert(UpdatedSlot < StackTop && Dest < 7); in handleTwoArgFP()1222 Stack[UpdatedSlot] = Dest; in handleTwoArgFP()1223 RegMap[Dest] = UpdatedSlot; in handleTwoArgFP()