Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 How many cycle need the following code to finish execution? Loop : LD F0,R1 ADD F5,F2,F4 MUL F5 ,F5,F6 SD FO,R2 SUB F12,F1,F3
Question 1 How many cycle need the following code to finish execution? Loop : LD F0,R1 ADD F5,F2,F4 MUL F5 ,F5,F6 SD FO,R2 SUB F12,F1,F3 ADD F3,F15,F16 SD F3,16(R2) Bne R1, R1, Loop Question 2 Execute the following instruction by SS and show the execution of A- Inorder Issue & Out of Order Completion B- Inorder Issue & In Order Completion Div F20 F21 , F22 Mul F0, F2, F4 Ld F5, 0(R1) Add F9, F10, F0 Sub F19, F15, F9 Ld F90,16(R1) Div F44 ,F25, F90 Sw FO, 5(R1) 2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started