✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider that the number of cycles for the execution of some instructions of a ISA is given by
add --> 6 cycles
xor --> 2 cycles
lw --> 2 cycles
sw --> 4 cycles
multi --> 4 cycles
For the next code:
add $1,$2,$3
lw $4,100($2)
lw $5,100($3)
multi $6,$6,-1
xor $1,$2,$3
add $8, $2,$13
sw $4,200($3)
sw $14,200($10)
add $11,$12,$13
lw $15,100($3)
Calculate
the speed-up (in percentage) for the execution of this code if we
improve the add instruction such that the execution time in the new
processor for the add operation is now 2. Provide the result with
two decimals.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!