aboutsummaryrefslogtreecommitdiff
path: root/cpu/bpf.cpu
AgeCommit message (Expand)AuthorFilesLines
2023-02-03bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez1-1/+1
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust1-17/+21
2020-09-08bpf: simulator: correct div, mod insn semanticsDavid Faust1-2/+2
2020-08-26bpf: add xBPF ISADavid Faust1-35/+83
2020-06-25cpu: fix offset16 type, update c-calls in bpf.cpuDavid Faust1-14/+6
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi1-7/+3
2020-05-28cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi1-91/+241
2020-04-16cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust1-12/+17
2020-01-30cpu,opcodes,gas: fix neg and neg32 instructions in BPFJose E. Marchesi1-1/+1
2019-12-17ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')Alan Modra1-2/+2
2019-11-20cpu: fix comment in bpf.cpuJose E. Marchesi1-1/+1
2019-07-19cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi1-2/+2
2019-07-15cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi1-25/+38
2019-07-14cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi1-2/+2
2019-05-23cpu: add eBPF cpu descriptionJose E. Marchesi1-0/+647