cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions
authorJose E. Marchesi <jose.marchesi@oracle.com>
Sun, 14 Jul 2019 12:45:31 +0000 (14:45 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Sun, 14 Jul 2019 12:45:31 +0000 (14:45 +0200)
commit92434a14b97bf07546701613a16aaf4d8a3b3eca
treee60ab4f22c2660c51d887ff4c23aaf965c34df0f
parentda73816739483bac537403262cef1c460e43319f
cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions

The eBPF non-generic load instructions ldind{b,h,w,dw} and
ldabs{b,h,w,dw} do not take an explicit destination register as an
argument.  Instead, they put the loaded value in %r0, implicitly.

This patch fixes the CPU BPF description to not expect a 'dst'
argument in these arguments, regenerates the corresponding files in
opcodes, and updates the impacted GAS tests.

Tested in a x86-64 host.

cpu/ChangeLog:

2019-07-14  Jose E. Marchesi  <jose.marchesi@oracle.com>

* bpf.cpu (dlsi): ldabs and ldind instructions do not take an
explicit 'dst' argument.

opcodes/ChangeLog:

2019-07-14  Jose E. Marchesi  <jose.marchesi@oracle.com>

* bpf-desc.c: Regenerate.
* bpf-opc.c: Likewise.

gas/ChangeLog:

2019-07-14  Jose E. Marchesi  <jose.marchesi@oracle.com>

* testsuite/gas/bpf/mem.s: Do not use explicit arguments for
ldabs and ldind instructions.
* testsuite/gas/bpf/mem.d: Updated accordingly.
* testsuite/gas/bpf/mem-be.d: Likewise.
cpu/ChangeLog
cpu/bpf.cpu
gas/ChangeLog
gas/testsuite/gas/bpf/mem-be.d
gas/testsuite/gas/bpf/mem.d
gas/testsuite/gas/bpf/mem.s
opcodes/ChangeLog
opcodes/bpf-desc.c
opcodes/bpf-opc.c
This page took 0.040717 seconds and 4 git commands to generate.