aboutsummaryrefslogtreecommitdiff
path: root/opcodes/bpf-opc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15objdump, as: add callx support for BPF CPU v1Will Hawkins1-1/+1
2024-01-29bpf: there is no ldinddw nor ldabsdw instructionsJose E. Marchesi1-4/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-21bpf: correct neg and neg32 instruction encodingDavid Faust1-4/+0
2023-08-09bpf: use w regs in 32-bit non-fetch atomic pseudo-cDavid Faust1-4/+4
2023-08-02Revert "2.41 Release sources"Sam James1-1825/+492
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-492/+1825
2023-07-26bpf: fix register NEG[32] instructionsJose E. Marchesi1-2/+2
2023-07-25bpf: Add atomic compare-and-exchange instructionsDavid Faust1-0/+12
2023-07-25bpf: Update atomic instruction pseudo-C syntaxDavid Faust1-16/+16
2023-07-24bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64}Jose E. Marchesi1-0/+8
2023-07-24bpf: gas,opcodes: fix pseudoc syntax for MOVS* and LDXS* insnsJose E. Marchesi1-10/+10
2023-07-24bpf: add support for jal/gotol jump instruction with 32-bit targetJose E. Marchesi1-0/+4
2023-07-21bpf: opcodes, gas: support for signed load V4 instructionsJose E. Marchesi1-0/+10
2023-07-21bpf: opcodes, gas: support for signed register move V4 instructionsJose E. Marchesi1-0/+12
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi1-1825/+446
2023-02-03bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez1-25/+29
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust1-0/+96
2020-08-26bpf: add xBPF ISADavid Faust1-0/+12
2020-06-04cpu,gas,opcodes: remove no longer needed workaround from the BPF portJose E. Marchesi1-24/+24
2020-05-28cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi1-54/+66
2020-04-16cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust1-0/+264
2020-01-30cpu,opcodes,gas: fix neg and neg32 instructions in BPFJose E. Marchesi1-4/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-07-15cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi1-46/+26
2019-07-14cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi1-32/+32
2019-05-23opcodes: add support for eBPFJose E. Marchesi1-0/+1495