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