x86-64: fix Intel64 handling of branch with data16 prefix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-006.s
1 ;; sequence control operands need to be packed with nop's
2 ;; bl, jl, trap, sleep, stop, wait, dbt, bra, jmp, rte, rtd
3
4 .text
5 .align 2
6 test0:
7 bl.s test1
8 ldi r0, #1
9 test1:
10 jl r1
11 ldi r0, #1
12 test2:
13 trap #1
14 ldi r0, #1
15 test3:
16 sleep
17 ldi r0, #1
18 test4:
19 wait
20 ldi r0, #1
21 test5:
22 stop
23 ldi r0, #1
24 test6:
25 dbt
26 ldi r0, #1
27 test7:
28 bra.s test5
29 ldi r0, #1
30 test8:
31 jmp r1
32 ldi r0, #1
33 test9:
34 rte
35 ldi r0, #1
36 test10:
37 rtd
38 ldi r0, #1
This page took 0.030275 seconds and 4 git commands to generate.