Question: Consider the following MIPS code where Fx are FP registers and Rx are INT registers. L.D F0, 0(R1) MULT.D F4,F0,F2 S.D F4, 0(R1) LD F4,0(R2)
Consider the following MIPS code where Fx are FP registers and Rx are INT registers.
L.D F0, 0(R1)
MULT.D F4,F0,F2
S.D F4, 0(R1)
LD F4,0(R2)
ADD.D F6,F4,F2
SUB.D F6,F2,F2
List all dependencies, specifying for each data dependency if it is a true data dependence, an anti-dependence or output dependence.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
