summaryrefslogtreecommitdiff
path: root/opcodes/bpf-desc.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* opcodes cgen: remove use of PTRAlan Modra2022-05-111-17/+17
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* bpf: xBPF SDIV, SMOD instructionsDavid Faust2020-09-181-0/+80
* bpf: add xBPF ISADavid Faust2020-08-261-276/+292
* cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi2020-06-041-2/+2
* opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi2020-06-041-5/+7
* Regen opcodes/bpf-desc.cAlan Modra2020-06-011-12/+4
* cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi2020-05-281-140/+158
* Replace "if (x) free (x)" with "free (x)", opcodesAlan Modra2020-05-211-12/+4
* cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust2020-04-161-0/+220
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi2019-07-191-4/+4
* cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi2019-07-151-32/+12
* cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi2019-07-141-16/+16
* opcodes: add support for eBPFJose E. Marchesi2019-05-231-0/+1638