aboutsummaryrefslogtreecommitdiff
path: root/opcodes/bpf-desc.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-05-11opcodes cgen: remove use of PTRAlan Modra1-17/+17
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust1-0/+80
2020-08-26bpf: add xBPF ISADavid Faust1-276/+292
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi1-2/+2
2020-06-04opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi1-5/+7
2020-06-01Regen opcodes/bpf-desc.cAlan Modra1-12/+4
2020-05-28cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi1-140/+158
2020-05-21Replace "if (x) free (x)" with "free (x)", opcodesAlan Modra1-12/+4
2020-04-16cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust1-0/+220
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-07-19cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi1-4/+4
2019-07-15cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi1-32/+12
2019-07-14cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi1-16/+16
2019-05-23opcodes: add support for eBPFJose E. Marchesi1-0/+1638