aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2023-06-30LoongArch: gas: Fix code style issuesmengqinggang1-1682/+1681
2023-06-30LoongArch: gas: Add LVZ and LBT instructions supportmengqinggang2-2/+200
2023-06-30LoongArch: Deprecate $v[01], $fv[01] and $x names per specWANG Xuerui1-4/+4
2023-06-30opcodes/loongarch: print unrecognized insn words with the .word directiveWANG Xuerui1-0/+1
2023-06-30opcodes/loongarch: do not print hex notation for signed immediatesWANG Xuerui1-7/+1
2023-06-30opcodes/loongarch: style disassembled address offsets as suchWANG Xuerui2-28/+41
2023-06-30opcodes/loongarch: implement style support in the disassemblerWANG Xuerui2-23/+27
2023-06-30opcodes/loongarch: remove unused codeWANG Xuerui1-35/+0
2023-06-30LoongArch: support disassembling certain pseudo-instructionsWANG Xuerui2-11/+38
2023-06-28aarch64: Remove version dependencies from featuresAndrew Carlotti1-17/+19
2023-06-28LoongArch: gas: Add lsx and lasx instructions supportmengqinggang1-0/+1465
2023-06-27 RISC-V: Support Zicond extensionPhilipp Tomsich1-0/+4
2023-06-25LoongArch: Support referring to FCSRs as $fcsrXFeiyang Chen2-3/+22
2023-06-21x86: fix expansion of %XVJan Beulich1-7/+8
2023-06-16x86: shrink Masking insn attribute to a single bit (boolean)Jan Beulich3-1635/+1627
2023-06-15Add additional missing Allegrex CPU instructionsDavid Guillen Fandos1-14/+24
2023-06-15Add rotation instructions to MIPS Allegrex CPUDavid Guillen Fandos1-7/+7
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos2-26/+32
2023-06-15Revert "MIPS: add MT ASE support for micromips32"Maciej W. Rozycki2-68/+1
2023-06-15Revert "MIPS: sync oprand char usage between mips and micromips"Maciej W. Rozycki1-18/+10
2023-06-05MIPS: sync oprand char usage between mips and micromipsYunQiang Su1-10/+18
2023-06-05MIPS: add MT ASE support for micromips32YunQiang Su2-1/+68
2023-06-05Revert "MIPS: add MT ASE support for micromips32"YunQiang Su2-66/+1
2023-06-05MIPS: add MT ASE support for micromips32YunQiang Su2-1/+66
2023-06-01RISC-V: PR30449, Add lga assembler macro support.Jim Wilson1-0/+1
2023-05-30LoongArch: opcodes: Add support for linker relaxation.mengqinggang1-1/+4
2023-05-26x86: fix disassembler build after 1a3b4f90bc5fJan Beulich1-1/+1
2023-05-26x86: convert two pointers to (indexing) integersJan Beulich1-16/+17
2023-05-26x86: disassembling over-long insnsJan Beulich1-9/+10
2023-05-26x86: use fixed-width type for codep and friendsJan Beulich1-57/+55
2023-05-23Updated Swedish translation for the opcodes directoryNick Clifton2-238/+255
2023-05-23Support Intel FRED LKGSZhang, Jun7-4797/+4953
2023-05-23Revert "Support Intel FRED LKGS"liuhongt4-65/+2
2023-05-23Support Intel FRED LKGSZhang, Jun4-2/+65
2023-05-19RISC-V: Minor improvements for dis-assembler.Nelson Chu3-21/+40
2023-05-17gcc-4.5 build fixesAlan Modra1-14/+14
2023-05-12x86: move a few more disassembler helper functionsJan Beulich1-34/+29
2023-05-12x86: move get<N>() disassembler helper functionsJan Beulich1-75/+71
2023-04-28x86: limit data passed to i386_dis_printf()Jan Beulich1-22/+21
2023-04-28x86: limit data passed to prefix_name()Jan Beulich1-8/+13
2023-04-28x86: rework AMX control insn disassemblyJan Beulich1-107/+50
2023-04-28x86: rework AMX multiplication insn disassemblyJan Beulich1-110/+42
2023-04-26 RISC-V: Support XVentanaCondOps extensionPhilipp Tomsich1-0/+4
2023-04-26i386-dis.c UB shift and other tidiesAlan Modra1-94/+76
2023-04-24Revert "x86: work around compiler diagnosing dangling pointer"Alan Modra1-6/+0
2023-04-24gcc-13 i386-dis.c warningAlan Modra1-16/+31
2023-04-24x86: work around compiler diagnosing dangling pointerJan Beulich1-0/+6
2023-04-21Fix -Wmaybe-uninitialized warning in opcodes/i386-dis.cTom Tromey2-1/+6
2023-04-21x86: drop (explicit) BFD64 dependency from disassemblerJan Beulich1-13/+4
2023-04-21x86: drop use of setjmp() from disassemblerJan Beulich1-5/+0