Dispatch Load/Store versus Dispatch of Mult/Int
When dispatching Mult/Int instructions, start at tail (oldest entry) and look for entries with both operands valid
- Keep dispatching until searched entire buffer or have dispatched one instruction to each unit
When dispatching Load/Store instructions, start at tail (oldest entry)
- If the tail entry is not ready, then quit - CANNOT dispatch out of order!