]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/bpf/alu-xbpf.d
gdb/solib-rocm: limit the number of opened file descriptors
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / alu-xbpf.d
1 #as: --EL -mxbpf
2 #objdump: -dr -mxbpf
3 #name: xBPF ALU64 insns
4
5 .*: +file format .*bpf.*
6
7 Disassembly of section \.text:
8
9 0+ <\.text>:
10 0: e7 02 00 00 02 00 00 00 sdiv %r2,2
11 8: e7 03 00 00 fd ff ff ff sdiv %r3,-3
12 10: e7 04 00 00 ef be ad 7e sdiv %r4,0x7eadbeef
13 18: ef 25 00 00 00 00 00 00 sdiv %r5,%r2
14 20: f7 02 00 00 03 00 00 00 smod %r2,3
15 28: f7 03 00 00 fc ff ff ff smod %r3,-4
16 30: f7 04 00 00 ef be ad 7e smod %r4,0x7eadbeef
17 38: ff 25 00 00 00 00 00 00 smod %r5,%r2