Searched refs:CurrentInstructionSlotIdx (Results 1 – 2 of 2) sorted by relevance
25 : NextAvailableSlotIdx(0), CurrentInstructionSlotIdx(0), in RetireControlUnit()60 return Queue[CurrentInstructionSlotIdx]; in peekCurrentToken()69 CurrentInstructionSlotIdx += Current.NumSlots; in consumeCurrentToken()70 CurrentInstructionSlotIdx %= Queue.size(); in consumeCurrentToken()
59 unsigned CurrentInstructionSlotIdx; member