Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_add.s
1 # Source file used to test the add and addi instructions.
2
3 foo:
4 add.n r4,r4,r4
5 addi.n r4,r4,1
6 addi.n r4,r4,2
7 addi.n r4,r4,4
8 addi.n r4,r4,8
9 addi.n r4,r4,16
10 addi.n r4,r4,32
11 addi.n r4,r4,64
12 addi.n r4,r4,128
This page took 0.03033 seconds and 4 git commands to generate.