summaryrefslogtreecommitdiff
path: root/opcodes/bpf-desc.c
AgeCommit message (Expand)Author
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust
2020-08-26bpf: add xBPF ISADavid Faust
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi
2020-06-04opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi
2020-06-01Regen opcodes/bpf-desc.cAlan Modra
2020-05-28cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi
2020-05-21Replace "if (x) free (x)" with "free (x)", opcodesAlan Modra
2020-04-16cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-07-19cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi
2019-07-15cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi
2019-07-14cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi
2019-05-23opcodes: add support for eBPFJose E. Marchesi