x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / nohazard.s
1 # This test case includes a number of cases where there is no load
2 # hazard between a load and the instruction which follows it in
3 # the pipeline.
4
5 .data
6 .text
7 lw %0, 0x40(%0)
8 add %1, %2, %3
9 lh %0, 0x80(%0)
10 add %1, %2, %3
11 lb %0, 0x80(%0)
12 add %1, %2, %3
13 lw %0, 0x80(%0)
14 nop
15 add %0, %0, %0
16 ldw %0, 0x80(%3)
17 nop
18 ldw %0, 0x80(%3)
19 add %2, %3, %4
20
This page took 0.031187 seconds and 4 git commands to generate.