Cycles per instruction: Difference between revisions

Content deleted Content added
Definition: Fixed typo
Tags: canned edit summary Mobile edit Mobile web edit
Line 39:
 
* 50% load instructions
* 15% R-type instructions
* 25% store instructions
* 15% R-type instructions
* 8% branch instructions
* 2% jump instructions
Line 47:
 
<math>
\text{CPI} = \frac{5 \times 50 + 4 \times 1525 + 4 \times 2515 + 3 \times 8 + 3 \times 2}{100} = 4.4
</math>