1. [10] Please refer to the following issue packets in a two-issue MIPS processor. Which hazard can each of these packet
Posted: Fri Jun 10, 2022 11:55 am
Reorder the instructions to avoid as many pipeline stalls as
possible.
Please answer to me and Explain.
1. [10] Please refer to the following issue packets in a two-issue MIPS processor. Which hazard can each of these packets trigger? Reorder the instructions to avoid as many pipeline stalls as possible. ALU or Branch Data Transfer add $s3, $zero, $s2 Iw $50, 0($s1) beq $50, $zero, LABEL sw $s2, 0($s1) or $s3, $s1, $s3 Iw $50, 0($s3)