|
Computer Science 237 |
Lecture 31: Pipelines, Branch Prediction, Register Windows
Date: November 27, 2006
add d0, d1
sub #5, d1
Here, we need to make sure we don't fetch the operand d1 of sub
before the previous instruction writes it
jmp l
add
bsr something
add
or
rts
add
bne loop
add
if (C)
S1
else
S2
while (C)
S1