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