]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/bpf/alu32-xbpf.s
9ce5a26bb78a29593e8a790d228571d313c99791
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / alu32-xbpf.s
1 # Tests for xBPF-specific alu instructions
2 .text
3 sdiv32 %r2, 2
4 sdiv32 %r3, -3
5 sdiv32 %r4, 0x7eadbeef
6 sdiv32 %r5, %r2
7
8 smod32 %r2, 3
9 smod32 %r3, -4
10 smod32 %r4, 0x7eadbeef
11 smod32 %r5, %r2