Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. [5] Assume a VLIW processor can support one memory references, one floating-point operation, and one integer ALU operation (including branch) per cycle. For the

image text in transcribed

2. [5] Assume a VLIW processor can support one memory references, one floating-point operation, and one integer ALU operation (including branch) per cycle. For the following code, show the VLIW code that unrolls the loop four times. Note: you should schedule the operations to fill the operation slots as much as possible. Assume there are a two-cycle stall between a load and its dependent operation, a two-cycle stall between an integer operation and its dependent branch operation, and a three-cycle stall between a FP operation and its dependent store operation L.D ADD. D S.D DADDUI BNE F6, 0 (R3) F8, FO, F6 F8, 0 (R3) R3, R3, R4, Loop Loop: R3, #8 Answer: 2. [5] Assume a VLIW processor can support one memory references, one floating-point operation, and one integer ALU operation (including branch) per cycle. For the following code, show the VLIW code that unrolls the loop four times. Note: you should schedule the operations to fill the operation slots as much as possible. Assume there are a two-cycle stall between a load and its dependent operation, a two-cycle stall between an integer operation and its dependent branch operation, and a three-cycle stall between a FP operation and its dependent store operation L.D ADD. D S.D DADDUI BNE F6, 0 (R3) F8, FO, F6 F8, 0 (R3) R3, R3, R4, Loop Loop: R3, #8

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

Data And Information Quality Dimensions, Principles And Techniques

Authors: Carlo Batini, Monica Scannapieco

1st Edition

3319241060, 9783319241067

More Books

Students also viewed these Databases questions