Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d30v / guard-debug.s
1 # Same as guard.s but here we are testing debug (-g) assembly
2 # On the D30V, assembling with -g should disable the VLIW packing
3 # and put only one instruction per line.
4
5 .text
6
7 add r1,r2,r3
8 add/al r1,r2,r3
9 add/tx r1,r2,r3
10 add/fx r1,r2,r3
11 add/xt r1,r2,r3
12 add/xf r1,r2,r3
13 add/tt r1,r2,r3
14 add/tf r1,r2,r3
15
16
17
This page took 0.03104 seconds and 4 git commands to generate.