Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The following code sequence is part of a program that was executed on IBM 360/91. Give a snap shot of Tomasulos tables at the end
The following code sequence is part of a program that was executed on IBM 360/91. Give a snap shot of Tomasulos tables at the end of the execution of every instruction. Assume that the execution of LD instruction takes 2 cycles. The ADDD/SUBD instruction takes 2 cycles, MULD instruction takes 10 cycles and the DIVD instruction takes 40 cycles after acquiring the operands.
1. LD F6, 34(R2)
2. MULD F0, F6, F4
3. LD F2, 45(R1)
4. SUBD F8, F6, F2
5. DIVD F10, F0, F6
6. ADDD F6, F8, F2
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