Question: 3. For the MIPS instruction sequence below, complete the data dependency diagram. (Destination register is listed first except for sw instruction; sw writes into memory

 3. For the MIPS instruction sequence below, complete the data dependency

3. For the MIPS instruction sequence below, complete the data dependency diagram. (Destination register is listed first except for sw instruction; sw writes into memory rather than a register.) (15 pts.) 11.dw r4, 0( r1 ) // reg[4] memoryl reg[1] + 0 ] i2: lw r5, 4( r1 ) // reg[5] memory[ reg[1] + 4 ] 13: mul r6, r4, r5 // reg[6] reg[4] * reg[5] A: sub r8, r6, r7 // reg[8] reg[6]-reg[7] 15. Sw r8, 8( r1 ) // memoryl reg[1] + 8 ] reg[8] i6: add ri, r1, r2 //reg[1] reg[1]+ reg(2] r1 r1 i1: Iw i2: Iw r5/RAW r4/RAW i3: mul

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!