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
1 #as: --EL
2 #objdump: -dr
3 #name: eBPF LDDW
4
5 .*: +file format .*bpf.*
6
7 Disassembly of section .text:
8
9 0+ <.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
16 30: 18 06 00 00 fe ff ff ff lddw %r6,-2
17 38: 00 00 00 00 ff ff ff ff
This page took 0.054231 seconds and 4 git commands to generate.