19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d30v / serial2O.s
1 # D30V serial execution test
2
3 .text
4
5 bra -3 -> add r3,r0,0 ; Invalid
6 bsr -3 -> add r3,r0,0 ; Invalid
7
8 bra/tx -3 -> add r3,r0,0 ; Valid
9 bsr/tx -3 -> add r3,r0,0 ; Valid
10
11 bsr -3 -> bsr -10 ; Invalid
12 bsr -3 -> bsr/xt -10 ; Invalid
13 bsr/tx -3 -> bsr -10 ; Valid
14 bsr/tx -3 -> bsr/fx -10 ; Valid
15
16 bra -3 -> bra 10 ; Invalid
17 bra -3 -> bra/tx 10 ; Invalid
18 bra/tx -3 -> bra 10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
20
21 bsr -3 -> bra 10 ; Invalid
22 bsr -3 -> bra/tx 10 ; Invalid
23 bsr/tx -3 -> bra 10 ; Valid
24 bsr/tx -3 -> bra/fx 10 ; Valid
25
26 bra -3 -> bsr 10 ; Invalid
27 bra -3 -> bsr/tx 10 ; Invalid
28 bra/tx -3 -> bsr 10 ; Valid
29 bra/tx -3 -> bsr/fx 10 ; Valid
This page took 0.029841 seconds and 4 git commands to generate.