Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. (30%) You are given the following code. Note that floating-point instructions use floating point registers labeled f. Integer instructions use integer registers labeled x.

image text in transcribedimage text in transcribed 2. (30%) You are given the following code. Note that floating-point instructions use floating point registers labeled f. Integer instructions use integer registers labeled x. We are given the following latencies for the different types of instructions. Remember how to use latencies. For example, since fadd and fsub have latencies of 3 , the fmulf8,f4,f6 hich needs the results of fsubf4,f0,f10 must wait 3 cycles from when fsub starts. a). Show how many cycles are needed to complete one iteration without reordering, but with data forwarding. DO NOT use delayed branch. Create a table that includes stalls (not pipeline stages but stalls between instructions). b). Reorder instructions and show how many cycles are needed to complete one iteration. Show reordered code and cycles needed. c). Unroll the loop 2 times, reorder instructions and show how many cycles are needed to complete two iterations

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

Database Marketing The New Profit Frontier

Authors: Ed Burnett

1st Edition

0964535629, 978-0964535626

Students also viewed these Databases questions

Question

Influences on Nonverbal Communication?

Answered: 1 week ago