Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following LEGv8 loop: LOOP: SUBIS X1, X1, #0 B.LE DONE SUBI X1, X1, #1 ADDI X0, X0, #2 B LOOP DONE: a. For

Consider the following LEGv8 loop:

LOOP: SUBIS X1, X1, #0

B.LE DONE

SUBI X1, X1, #1

ADDI X0, X0, #2

B LOOP

DONE:

a. For the loop above, write the equivalent C code. Assume that the registers X0 and X1 are integers acc and i respectively.

b. For the loop written in the LEGv8 assembly above, assume that register X1 is initialized to the value N. How many LEGv8 instructions are executed?

c. For the loop written in LEGv8 assembly above, replace the instruction "B.LE DONE" with "B.MI DONE" write the equivalent C code.

d. What is the purpose of the SUBIS instruction in the assembly code above?

e. Show how you can reduce the number of instructions by combining the SUBIS and SUBI instructions. (Hint: Add one instruction outside the loop)


Step by Step Solution

3.42 Rating (155 Votes )

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_2

Step: 3

blur-text-image_3

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

Materials and process in manufacturing

Authors: E. Paul DeGarmo, J T. Black, Ronald A. Kohser

9th edition

471656534, 978-0471033066, 471033065, 978-0471656531

More Books

Students also viewed these Computer Network questions

Question

What is a contestable market?

Answered: 1 week ago