Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) Unroll the following loop once and show the MIPS code for the unrolled loop. ADDI R1, RO, #0 R9, RO, #8192 ADDI L: LOAD

image text in transcribed

a) Unroll the following loop once and show the MIPS code for the unrolled loop. ADDI R1, RO, #0 R9, RO, #8192 ADDI L: LOAD R2, R1, #1024 LOAD R3, R1, #1026 LOAD R4, R1, #513 LOAD R5, R1, #1537 LOAD R6, R1, #1025 SHL R6, R6, #1 ADD R3, R2, R3 ADD R5, R4, R5 ADD R5, R3, R5 ADD R6, R6, R5 STORE R6, R1, #1025 ADDI R1, R1, #1 BLT R1, R9, L b) Apply software pipelining to the following loop. Show the prelude, software pipelined loop, and the postlude sections of the code. ADDI ADDI R5, RO, #1 R9, RO, #8192 L: LOAD R1, R5, #1024 ADDI R2, R1, #5 STORE R2, R5, #512 ADDI R5, R5, #1 BLT R5, R9, L a) Unroll the following loop once and show the MIPS code for the unrolled loop. ADDI R1, RO, #0 R9, RO, #8192 ADDI L: LOAD R2, R1, #1024 LOAD R3, R1, #1026 LOAD R4, R1, #513 LOAD R5, R1, #1537 LOAD R6, R1, #1025 SHL R6, R6, #1 ADD R3, R2, R3 ADD R5, R4, R5 ADD R5, R3, R5 ADD R6, R6, R5 STORE R6, R1, #1025 ADDI R1, R1, #1 BLT R1, R9, L b) Apply software pipelining to the following loop. Show the prelude, software pipelined loop, and the postlude sections of the code. ADDI ADDI R5, RO, #1 R9, RO, #8192 L: LOAD R1, R5, #1024 ADDI R2, R1, #5 STORE R2, R5, #512 ADDI R5, R5, #1 BLT R5, R9, L

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