Consider the following loop. Assume that perfect branch prediction is used (no stalls due to control hazards),

Question:

Consider the following loop.

r1,0(r1) and r1,r1,r2 loop:1w 1w r1,0(r1) 1w r1,0(rl) beq r1,r0,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?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: