Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_ldhu.s
1 # Source file used to test the ldhu.n instruction
2
3 foo:
4 ldhu.n r4,0(r17)
5 ldhu.n r4,4(r17)
6 ldhu.n r4,0xe(r17)
7 ldhu.n r4,0x1e(r17)
8 ldhu.n r4,0(r5)
9 ldhu.n r4,4(r5)
10 ldhu.n r4,0xe(r5)
11 ldhu.n r4,0x1e(r5)
This page took 0.030146 seconds and 4 git commands to generate.