Question: Consider the following loop. Assume that perfect branch prediction is used (no stalls due to control hazards), that there are no delay slots, and that
Consider the following loop.

Assume that perfect branch prediction is used (no stalls due to control hazards), that there are no delay slots, and that the pipeline has full forwarding support. Also assume that many iterations of this loop are executed before the loop exits.
1. Show a pipeline execution diagram for the third iteration of this loop, from the cycle in which we fetch the first instruction of that iteration up to (but not including) the cycle in which we can fetch the first instruction of the next iteration. Show all instructions that are in the pipeline during these cycles (not just those from the third iteration).
2. How oft en (as a percentage of all cycles) do we have a cycle in which all five pipeline stages are doing useful work?
r1,0(r1) and r1,r1,r2 loop:1w 1w r1,0(r1) 1w r1,0(rl) beq r1,r0,loop
Step by Step Solution
3.48 Rating (158 Votes )
There are 3 Steps involved in it
1 2 In a particular clock cycle a pipeline stage is not doing useful wo... View full answer
Get step-by-step solutions from verified subject matter experts
