Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

answer the following questions after reading the following MIPS instructions: I 1 : add $s 0 , $t 0 , $t 1 I 2 :

answer the following questions after reading the following MIPS instructions:
I1: add $s0,$t0,$t1
I2: sub $t2,$s0,$t3
I3: add $t0,$so,$t2
I4: lw $s1,200($0)
I5: add $t1,$t2,$s1
I6: sub $s2,$t3,$s3
the following WAW dependencies are correct
*
I2, I3(T2)
I2,I5(T2)
I1,I2(S0)
I2, I6(S2)
I1,I3(S0)
I3, I5(T2)
I4,I5(S1)
I2, I5(T2)
I1,I3(T0)
the following WAR dependencies are correct
*
I2, I3(T2)
I1,I3(S0)
I4,I5(S1)
I3, I5(T2)
I2,I5(T2)
I2, I6(S2)
I1,I3(T0)
I1,I2(S0)
I2, I5(T2)
you can perform the following Re-Ordering steps
*
move I3 before I4
move I5 before I2
move I5 after I3
move I6 before or after all other instructions
the following scenario (s) is/are correct forwarding step(s)
*
between I1, I2
between I1, I3
between I3, I4
between I4, I5
the following RAW dependencies are correct
*
I3, I5(T2)
I1,I3(S0)
I4,I5(S1)
I2, I5(T2)
I1,I2(S0)
I2, I3(T2)
I1,I3(T0)
I2,I5(T2)
I2, I6(S2)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

Date the application was sent

Answered: 1 week ago