Question
Consider two machines one with and one without division hardware. Consider a program which involves 40% of the computations to be division, 20% multiplication and
Consider two machines one with and one without division hardware. Consider a program which involves 40% of the computations to be division, 20% multiplication and 40% the rest. Machine 1 with division hardware can perform division quite fast. The number of cycles for each class of instruction is: Division (8 cycles), multiply (6 cycles) and rest (4 cycles). Machine 2 has no division hardware and thus division has to be implemented (by repeated subtraction) using software macros and thus requires 32 cycles. Both machines are operational at 500MHz. Find the MIPS ratings for each of the machines.
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