Question: Q3 finding dependences 9 Points Show and classify all dependences in the following instruction sequence. You only need to list up dependences on register accesses

Q3 finding dependences 9 Points Show and classify all dependences in the following instruction sequence. You only need to list up dependences on register accesses (e.g., F4 is written by the first L.D and is used by the second MUL.D in the code below.) L.D L.D L.D MUL.D MUL.D ADD.D ADD.D S.D S.D F4, 0(R2) F6, 8(R2) F8, 16(R2) F0, F8, F6 F2, F8, F4 FO, F0, F8 F2, F2, F2 FO, O (R2) F2, 8(R2) Use the format: i - jonr , where i and j are instruction number and r is a register number. For the example on F4 above, 1-5 on F4 is the format expected. true dependences Enter your answer here G anti dependences Enter your answer here output dependences Enter your answer here Q3 finding dependences 9 Points Show and classify all dependences in the following instruction sequence. You only need to list up dependences on register accesses (e.g., F4 is written by the first L.D and is used by the second MUL.D in the code below.) L.D L.D L.D MUL.D MUL.D ADD.D ADD.D S.D S.D F4, 0(R2) F6, 8(R2) F8, 16(R2) F0, F8, F6 F2, F8, F4 FO, F0, F8 F2, F2, F2 FO, O (R2) F2, 8(R2) Use the format: i - jonr , where i and j are instruction number and r is a register number. For the example on F4 above, 1-5 on F4 is the format expected. true dependences Enter your answer here G anti dependences Enter your answer here output dependences Enter your answer here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
