aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2024-06-25arch64: Fix the wrong constraint used for sve2p1 instructions.Srinath Parvathaneni1-13/+12
2024-06-25aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands.Srinath Parvathaneni5-209/+206
2024-06-25aarch64: Fix sve2p1 extq instruction operands.Srinath Parvathaneni5-28/+24
2024-06-25aarch64: Fix sve2p1 dupq instruction operands.Srinath Parvathaneni8-61/+13
2024-06-24aarch64: Add SME FP8 multiplication instructionsAndrew Carlotti6-834/+1345
2024-06-24aarch64: Add FP8 Neon and SVE multiplication instructionsAndrew Carlotti8-366/+877
2024-06-24gas, aarch64: Add SME2 lutv2 extensionsaurabh.jha@arm.com8-100/+208
2024-06-21x86: optimize {,V}PEXTR{D,Q} with immediate of 0Jan Beulich2-16/+16
2024-06-21x86: optimize left-shift-by-1Jan Beulich2-52/+52
2024-06-21x86/APX: fix disassembly of byte register operandsJan Beulich1-0/+1
2024-06-20Revert "Remove LIBINTL_DEP"Alan Modra3-2/+9
2024-06-20Remove LIBINTL_DEPAlan Modra3-9/+2
2024-06-19x86: Remove the secondary encoding for ctest.Cui, Lili2-570/+289
2024-06-18RISC-V: Add SiFive cease extension v1.0Hau Hsu1-0/+3
2024-06-18RISC-V: Support Zacas extension.Gianluca Guida1-0/+26
2024-06-18x86: Fix typo in i386-dis-evex-mod.hCui, Lili1-2/+2
2024-06-18Remove %ME and used %NE for movbe.Cui, Lili3-10/+14
2024-06-18Support APX CCMP and CTESTCui, Lili7-2233/+4165
2024-06-14aarch64: add SPMU system registers missed in f01ae0392edMatthieu Longo1-0/+79
2024-06-12aarch64: add Branch Record Buffer extension instructionsClaudio Bantaloukas6-2448/+2496
2024-06-11MIPS/opcodes: Add MIPS Allegrex DBREAK instructionDavid Guillen Fandos1-1/+1
2024-06-11MIPS/opcodes: Exclude trap instructions for MIPS AllegrexDavid Guillen Fandos1-30/+30
2024-06-10Revert "MIPS/Allegrex: Exclude trap instructions"Maciej W. Rozycki1-30/+30
2024-06-10Revert "MIPS/Allegrex: Enable dbreak instruction"Maciej W. Rozycki1-1/+1
2024-06-10MIPS/Allegrex: Enable dbreak instructionDavid Guillen Fandos1-1/+1
2024-06-10MIPS/Allegrex: Exclude trap instructionsDavid Guillen Fandos1-30/+30
2024-06-10x86/APX: convert ZU to operand constraintJan Beulich4-4223/+4223
2024-06-10x86: disassembler macro for condition codeJan Beulich3-281/+71
2024-06-10x86/APX: support extended SETcc formJan Beulich2-312/+555
2024-06-10x86/APX: add missing CPU requirement to imm+rm forms of <alu2> insnsJan Beulich2-15/+15
2024-06-10autoupdate: regen after replacing obsolete macrosMatthieu Longo1-4/+2
2024-06-10autoupdate: add square brackets around arguments of AC_INITMatthieu Longo1-1/+1
2024-06-10autoupdate: replace obsolete macros AC_AIX, AC_MINIX, and AC_GNU_SOURCEMatthieu Longo1-1/+0
2024-06-06opcodes/riscv: prevent future use of disassemble_info::fprintf_funcAndrew Burgess1-0/+5
2024-06-06opcodes/riscv: add styling support to print_reg_listAndrew Burgess1-14/+37
2024-06-06RISC-V: Add support for Zvfbfwma extensionXiao Zeng1-0/+4
2024-06-06RISC-V: Add support for Zvfbfmin extensionXiao Zeng1-0/+4
2024-06-06RISC-V: Add support for Zfbfmin extensionXiao Zeng1-0/+5
2024-06-05arm: remove disassembly support for the FPA co-processorRichard Earnshaw1-196/+1
2024-06-05Fix illegal memory access when bfd_get_section_contents is called with a NULL...Nick Clifton1-0/+7
2024-06-05RISC-V: Add support for XCVmem extension in CV32E40PMary Bennett1-0/+26
2024-06-05RISC-V: Add support for XCVbi extension in CV32E40PMary Bennett2-0/+8
2024-06-05RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett1-0/+3
2024-05-29x86/Intel: warn about undue mnemonic suffixesJan Beulich4-5657/+5662
2024-05-28gas, aarch64: Add SVE2 lut extensionsaurabh.jha@arm.com6-130/+252
2024-05-28gas, aarch64: Add AdvSIMD lut extensionsaurabh.jha@arm.com10-362/+509
2024-05-28opcodes: add a .gitattributes file for aarch64 autogenerated file exceptionsRichard Earnshaw1-0/+3
2024-05-24x86: correct VCVT{,U}SI2SDJan Beulich2-16/+16
2024-05-22aarch64: fix incorrect encoding for system register pmsdsfr_el1Matthieu Longo1-1/+1
2024-05-22Support APX zero-upperCui, Lili8-6243/+6985