subject

• Write an ARM assembly code to calculate the product of two matrices. Each element should be 4 byte (32 bit) integer. Let’s assume that the number of columns of the first matrix is equal to the number of rows of the second matrix. The number of rows of the first matrix is stored in R0 register. The number of columns of the first matrix (the number of rows of the second matrix) is stored in R1 register. The number of columns of the second matrix is stored in R2 register. The code as a whole should work correctly. For an example case, follow/trace the code and show that it works correctly. • Write detailed technical explanations for each line of your code as your unique comments. Comments should be descriptive. There should be no similarity to other students or to other resources.
• Analyze your assembly code according to the 5-Stage Pipeline ARM Organization. Identify the problems that will arise in terms of pipelining; pipeline hazards. You can use table form to track 5 stages. Do not offer solutions for now.
• Optimize your assembly code to minimize pipeline hazards. Explain how these changes will work.
• What are the benefits of using cache for this problem? Please explain in detail.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:00
Ahorse is how much percent more powerful than a pony
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
What is the digital revolution and how did it change society? what are the benefits of digital media?
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
What key should you press and hold to select and open multiple files at one time? enter alt control esc
Answers: 1
You know the right answer?
• Write an ARM assembly code to calculate the product of two matrices. Each element should be 4 byte...
Questions
question
Mathematics, 03.07.2019 20:00
question
Computers and Technology, 03.07.2019 20:00
Questions on the website: 13722367