Question
Given the following information about the instruction mix of a program, determine the average cycles per instruction of that program. Think back to the way
Given the following information about the instruction mix of a program, determine the average cycles per instruction of that program. Think back to the way the pipeline handles these different types of instructions and the stalls that might occur. 15% of the instructions are mrmovq, and 50% of these are followed by an instruction that uses the data just loaded 25% of the instructions are conditional jumps and 30% of the jumps are taken 5% of the instructions are call instructions 5% of the instructions are ret instructions 50% of the instructions are arithmetic instructions There are no push or pop instructions in this program
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