Question: Consider the following assembly language program: add $5, $0, $0 lw $1, 40($6) /* assume Mem[40 + R[$6] == 5 */ loop: addi $1, $1,

Consider the following assembly language program:

add $5, $0, $0

lw $1, 40($6) /* assume Mem[40 + R[$6] == 5 */

loop: addi $1, $1, -1

add $5, $5, $1

add $6, $5, $0

sw $1, 20($6)

bne $1, $0,

nop

nop

A) Assume that the code is executed in a non pipelined CPU, with each instruction taking 5 clock cycles. What is the total execution time in clock cycles?

B) Assume that the code is executed in our 5 stage pipeline with no forwarding. You will have to stall or insert nops to resolve dependencies. What is the total execution time in clock cycles?

C) Assume that the code is executed in our 5 stage pipeline with forwarding. What is the total execution time in clock cycles?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!