Skip to content
Snippets Groups Projects
Commit 828177ed authored by Pavel Pisa's avatar Pavel Pisa
Browse files

seminaries/qtrvsim/hazards-from-lecture: examples from lecture 5 pipeline.


Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent 693c32da
No related branches found
No related tags found
No related merge requests found
li s1, 0x11111111
li s2, 0x22222222
li s3, 0x33333333
li s4, 0x44444444
li s5, 0x55555555
add s0, s2, s3
and t0, s0, s1
or t1, s4, s0
sub t2, s0, s5
li s1, 0x11111111
li s2, 0x22222222
li s3, 0x33333333
li s4, 0x44444444
li s5, 0x55555555
addi t1, zero, 0x123
addi t2, zero, 0x123
beq t1, t2, skip
and t0, s0, s1
or t1, s4, s0
sub t2, s0, s5
skip:
slt t3, s2, s3
li s1, 0x11111111
li s2, 0x22222222
li s3, 0x33333333
li s4, 0x44444444
li s5, 0x55555555
lw s0, 40(0)
and t0, s0, s1
or t1, s4, s0
sub t2, s0, s5
.org 40
.word 0x12345678
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment