]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/bpf/alu32-xbpf.d
03411d62d20ec0361ae727229264fb4dba556ddb
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / alu32-xbpf.d
1 #as: --EL -mxbpf
2 #objdump: -dr -mxbpf
3 #name: xBPF ALU32 insns
4
5 .*: +file format .*bpf.*
6
7 Disassembly of section \.text:
8
9 0+ <\.text>:
10 0: e4 02 00 00 02 00 00 00 sdiv32 %r2,2
11 8: e4 03 00 00 fd ff ff ff sdiv32 %r3,-3
12 10: e4 04 00 00 ef be ad 7e sdiv32 %r4,0x7eadbeef
13 18: ec 25 00 00 00 00 00 00 sdiv32 %r5,%r2
14 20: f4 02 00 00 03 00 00 00 smod32 %r2,3
15 28: f4 03 00 00 fc ff ff ff smod32 %r3,-4
16 30: f4 04 00 00 ef be ad 7e smod32 %r4,0x7eadbeef
17 38: fc 25 00 00 00 00 00 00 smod32 %r5,%r2