summaryrefslogtreecommitdiff
path: root/cpu/bpf.cpu
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez2023-02-031-1/+1
* bpf: xBPF SDIV, SMOD instructionsDavid Faust2020-09-181-17/+21
* bpf: simulator: correct div, mod insn semanticsDavid Faust2020-09-081-2/+2
* bpf: add xBPF ISADavid Faust2020-08-261-35/+83
* cpu: fix offset16 type, update c-calls in bpf.cpuDavid Faust2020-06-251-14/+6
* cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi2020-06-041-7/+3
* cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi2020-05-281-91/+241
* cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust2020-04-161-12/+17
* cpu,opcodes,gas: fix neg and neg32 instructions in BPFJose E. Marchesi2020-01-301-1/+1
* ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')Alan Modra2019-12-171-2/+2
* cpu: fix comment in bpf.cpuJose E. Marchesi2019-11-201-1/+1
* cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi2019-07-191-2/+2
* cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi2019-07-151-25/+38
* cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi2019-07-141-2/+2
* cpu: add eBPF cpu descriptionJose E. Marchesi2019-05-231-0/+647