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