retagged by
390 views
1 votes
1 votes
closed with the note: irrelevant

I1 : R1 = 100

I4 : R4 = R1 + R3
I5 : R1 = R1 + 30

retagged by

Related questions

0 votes
0 votes
1 answer
1
2 votes
2 votes
1 answer
2
Mk Utkarsh asked Oct 23, 2018
2,252 views
Consider the below instructions executed on a 5 stage(IF,ID,EX,MA,WB) RISC pipeline with operand forwarding.I1: ADD R0,R1,R2 (R0=R1+R2)I2: SUB R3,R0,R2I3:MUL R4,R3,R0I4:D...
1 votes
1 votes
1 answer
3
Tuhin Dutta asked Dec 3, 2017
2,117 views
J1: R1 = 100J2: R1 = R2 + R4J3: R2 = R4 + 25J4: R4 = R1 + R3J5: R1 = R1 + 30Give the no of RAW, WAR and WAW hazards