cpu,gas,opcodes: support for eBPF JMP32 instruction class
[binutils-gdb.git] / gas / testsuite / gas / bpf / jump-be.d
1 #as: --EB
2 #source: jump.s
3 #objdump: -dr
4 #name: eBPF JUMP instructions, big endian
5
6 .*: +file format .*bpf.*
7
8 Disassembly of section .text:
9
10 0+ <.text>:
11 0: 05 00 00 03 00 00 00 00 ja 3
12 8: 0f 11 00 00 00 00 00 00 add %r1,%r1
13 10: 15 30 00 01 00 00 00 03 jeq %r3,3,1
14 18: 1d 34 00 00 00 00 00 00 jeq %r3,%r4,0
15 20: 35 30 ff fd 00 00 00 03 jge %r3,3,-3
16 28: 3d 34 ff fc 00 00 00 00 jge %r3,%r4,-4
17 30: a5 30 00 01 00 00 00 03 jlt %r3,3,1
18 38: ad 34 00 00 00 00 00 00 jlt %r3,%r4,0
19 40: b5 30 00 01 00 00 00 03 jle %r3,3,1
20 48: bd 34 00 00 00 00 00 00 jle %r3,%r4,0
21 50: 45 30 00 01 00 00 00 03 jset %r3,3,1
22 58: 4d 34 00 00 00 00 00 00 jset %r3,%r4,0
23 60: 55 30 00 01 00 00 00 03 jne %r3,3,1
24 68: 5d 34 00 00 00 00 00 00 jne %r3,%r4,0
25 70: 65 30 00 01 00 00 00 03 jsgt %r3,3,1
26 78: 6d 34 00 00 00 00 00 00 jsgt %r3,%r4,0
27 80: 75 30 00 01 00 00 00 03 jsge %r3,3,1
28 88: 7d 34 00 00 00 00 00 00 jsge %r3,%r4,0
29 90: c5 30 00 01 00 00 00 03 jslt %r3,3,1
30 98: cd 34 00 00 00 00 00 00 jslt %r3,%r4,0
31 a0: d5 30 00 01 00 00 00 03 jsle %r3,3,1
32 a8: dd 34 00 00 00 00 00 00 jsle %r3,%r4,0