cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bpf / lddw-be.d
CommitLineData
f8861f5d
JM
1#as: --EB
2#source: lddw.s
3#objdump: -dr
4#name: eBPF LDDW, big-endian
5
6.*: +file format .*bpf.*
7
8Disassembly of section .text:
9
100+ <.text>:
11 0: 18 30 00 00 00 00 00 01 lddw %r3,1
12 8: 00 00 00 00 00 00 00 00
13 10: 18 40 00 00 de ad be ef lddw %r4,0xdeadbeef
14 18: 00 00 00 00 00 00 00 00
15 20: 18 50 00 00 55 66 77 88 lddw %r5,0x1122334455667788
16 28: 00 00 00 00 11 22 33 44
231097b0 17 30: 18 60 00 00 ff ff ff fe lddw %r6,-2
f8861f5d 18 38: 00 00 00 00 ff ff ff ff
This page took 0.03141 seconds and 4 git commands to generate.