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