Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 ) Consider the following sequence of instructions: I 0 : DIV F 0 , F 1 , F 1 I 1 : ADD

Question 1) Consider the following sequence of instructions:
I0: DIV F0, F1, F1
I1: ADD F3, F0, F2
I2: STORE F3,0(R1)
I3: SUB F2, F0, F4
I4: MUL F3, F4, F2
Q1-1) Write all dependencies (RAW, WAR, WAW) that exist in the program
ex) RAW, I5-I6, F10
Q1-2) Now we try to resolve as many dependencies as possible through register renaming.
Rewrite the instructions assuming we have an infinite number of registers (you may omit the
instructions that do not require register renaming).
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions