aboutsummaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29libopcodes/aarch64: add support for disassembler stylingAndrew Burgess1-32/+215
2022-06-29opcodes/aarch64: split off creation of comment text in disassemblerAndrew Burgess1-2/+13
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-03aarch64: Fix uninitialised memoryRichard Sandiford1-1/+1
2021-12-02aarch64: Enforce P/M/E order for MOPS instructionsRichard Sandiford1-4/+23
2021-12-02aarch64: Add support for +mopsRichard Sandiford1-0/+11
2021-11-25Fix building the AArch64 assembler and disassembler when assertions are disab...Nick Clifton1-16/+17
2021-11-17aarch64: [SME] SVE2 instructions added to support SMEPrzemyslaw Wirkus1-0/+43
2021-11-17aarch64: [SME] Add SME mode selection and state access instructionsPrzemyslaw Wirkus1-2/+36
2021-11-17aarch64: [SME] Add LD1x, ST1x, LDR and STR instructionsPrzemyslaw Wirkus1-0/+50
2021-11-17aarch64: [SME] Add MOV and MOVA instructionsPrzemyslaw Wirkus1-0/+58
2021-11-05Missing va_end in aarch64-dis.cAlan Modra1-0/+1
2021-03-31Use bool in opcodesAlan Modra1-212/+212
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-5/+5
2021-01-08Fix places in the AArch64 opcodes library code where a call to assert() has s...Nick Clifton1-1/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-28aarch64: Add DSB instruction Armv8.7-a variantPrzemyslaw Wirkus1-0/+15
2020-09-08aarch64: Add support for Armv8-R system registersAlex Coplan1-1/+1
2020-09-08aarch64: Add base support for Armv8-RAlex Coplan1-0/+33
2020-08-21Fix problems with the AArch64 linker exposed by testing it with sanitization ...Nick Clifton1-1/+9
2020-04-20[AArch64, Binutils] Add missing TSB instructionSudakshina Das1-0/+10
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-16ubsan: aarch64: left shift of negative valueAlan Modra1-9/+6
2019-12-11aarch64 disassembler infinite loopAlan Modra1-0/+2
2019-11-07[binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson1-0/+1
2019-07-01[gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AESMatthew Malcomson1-8/+5
2019-05-09[binutils][aarch64] New sve_size_tsz_bhs iclass.Matthew Malcomson1-0/+11
2019-05-09[binutils][aarch64] New sve_shift_tsz_bhsd iclass.Matthew Malcomson1-0/+11
2019-05-09[binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand.Matthew Malcomson1-0/+11
2019-05-09[binutils][aarch64] New sve_size_013 iclass.Matthew Malcomson1-0/+10
2019-05-09[binutils][aarch64] New sve_size_bh iclass.Matthew Malcomson1-0/+1
2019-05-09[binutils][aarch64] New sve_size_sd2 iclass.Matthew Malcomson1-0/+4
2019-05-09[binutils][aarch64] New iclass sve_size_hsd2.Matthew Malcomson1-0/+7
2019-03-25AArch64: Have -D override mapping symbol as documented.Tamar Christina1-1/+2
2019-03-25AArch64: Fix AArch64 disassembler mapping symbol searchTamar Christina1-6/+38
2019-03-25AArch64: Fix disassembler bug with out-of-order sectionsTamar Christina1-1/+6
2019-01-25AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Exte...Sudi Das1-17/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-12[BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memory Tagging ExtensionSudakshina Das1-0/+17
2018-11-12[BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Memory Tagging Exten...Sudakshina Das1-1/+2
2018-11-12[BINUTILS, AARCH64, 2/8] Add Tag generation instructions in Memory Tagging Ex...Sudakshina Das1-0/+2
2018-10-09[PATCH, BINUTILS, AARCH64, 7/9] Add BTI instructionSudakshina Das1-1/+1
2018-10-09[PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructionsSudakshina Das1-0/+6
2018-10-03AArch64: Constraint disassembler and assembler changes.Tamar Christina1-7/+59
2018-10-03AArch64: Refactor verifiers to make more general.Tamar Christina1-1/+2
2018-10-03AArch64: Refactor err_type.Tamar Christina1-13/+8
2018-10-03AArch64: Wire through instr_sequenceTamar Christina1-0/+3
2018-06-29Fix AArch64 encodings for by element instructions.Tamar Christina1-5/+14