]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/bpf/jump32-pseudoc.d
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / jump32-pseudoc.d
1 #as: -EL -mdialect=pseudoc
2 #objdump: -dr -M dec,pseudoc
3 #source: jump32-pseudoc.s
4 #name: eBPF JUMP32 instructions, pseudoc syntax
5
6 .*: +file format .*bpf.*
7
8 Disassembly of section .text:
9
10 0+ <.text>:
11 0: 05 00 03 00 00 00 00 00 goto 3
12 8: 0f 11 00 00 00 00 00 00 r1\+=r1
13 10: 16 03 01 00 03 00 00 00 if w3==3 goto 1
14 18: 1e 43 00 00 00 00 00 00 if w3==w4 goto 0
15 20: 36 03 fd ff 03 00 00 00 if w3>=3 goto -3
16 28: 3e 43 fc ff 00 00 00 00 if w3>=w4 goto -4
17 30: a6 03 01 00 03 00 00 00 if w3<3 goto 1
18 38: ae 43 00 00 00 00 00 00 if w3<w4 goto 0
19 40: b6 03 01 00 03 00 00 00 if w3<=3 goto 1
20 48: be 43 00 00 00 00 00 00 if w3<=w4 goto 0
21 50: 46 03 01 00 03 00 00 00 if w3&3 goto 1
22 58: 4e 43 00 00 00 00 00 00 if w3&w4 goto 0
23 60: 56 03 01 00 03 00 00 00 if w3!=3 goto 1
24 68: 5e 43 00 00 00 00 00 00 if w3!=w4 goto 0
25 70: 66 03 01 00 03 00 00 00 if w3s>3 goto 1
26 78: 6e 43 00 00 00 00 00 00 if w3s>w4 goto 0
27 80: 76 03 01 00 03 00 00 00 if w3s>=3 goto 1
28 88: 7e 43 00 00 00 00 00 00 if w3s>=w4 goto 0
29 90: c6 03 01 00 03 00 00 00 if w3s<3 goto 1
30 98: ce 43 00 00 00 00 00 00 if w3s<w4 goto 0
31 a0: d6 03 01 00 03 00 00 00 if w3s<=3 goto 1
32 a8: de 43 00 00 00 00 00 00 if w3s<=w4 goto 0