summaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis.c
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Add the SME2 MLAL and MLSL instructionsRichard Sandiford2023-03-301-2/+6
* aarch64: Add the SME2 maximum/minimum instructionsRichard Sandiford2023-03-301-0/+7
* aarch64: Add the SME2 ADD and SUB instructionsRichard Sandiford2023-03-301-0/+2
* aarch64: Add the SME2 ZT0 instructionsRichard Sandiford2023-03-301-0/+15
* aarch64: Add the SME2 predicate-related instructionsRichard Sandiford2023-03-301-4/+29
* aarch64: Add the SME2 multivector LD1 and ST1 instructionsRichard Sandiford2023-03-301-1/+20
* aarch64: Add the SME2 MOVA instructionsRichard Sandiford2023-03-301-1/+59
* aarch64: Add a _10 suffix to FLD_imm3Richard Sandiford2023-03-301-2/+2
* aarch64: Add support for strided register listsRichard Sandiford2023-03-301-0/+5
* aarch64: Regularise FLD_* suffixesRichard Sandiford2023-03-301-5/+5
* aarch64: Try to report invalid variants against the closest matchRichard Sandiford2023-03-301-1/+2
* aarch64: Rename za_tile_vector to za_indexRichard Sandiford2023-03-301-17/+17
* aarch64: Make SME instructions use F_STRICTRichard Sandiford2023-03-301-47/+46
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libopcodes/aarch64: add support for disassembler stylingAndrew Burgess2022-07-291-32/+215
* opcodes/aarch64: split off creation of comment text in disassemblerAndrew Burgess2022-06-291-2/+13
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* aarch64: Fix uninitialised memoryRichard Sandiford2021-12-031-1/+1
* aarch64: Enforce P/M/E order for MOPS instructionsRichard Sandiford2021-12-021-4/+23
* aarch64: Add support for +mopsRichard Sandiford2021-12-021-0/+11
* Fix building the AArch64 assembler and disassembler when assertions are disab...Nick Clifton2021-11-251-16/+17
* aarch64: [SME] SVE2 instructions added to support SMEPrzemyslaw Wirkus2021-11-171-0/+43
* aarch64: [SME] Add SME mode selection and state access instructionsPrzemyslaw Wirkus2021-11-171-2/+36
* aarch64: [SME] Add LD1x, ST1x, LDR and STR instructionsPrzemyslaw Wirkus2021-11-171-0/+50
* aarch64: [SME] Add MOV and MOVA instructionsPrzemyslaw Wirkus2021-11-171-0/+58
* Missing va_end in aarch64-dis.cAlan Modra2021-11-051-0/+1
* Use bool in opcodesAlan Modra2021-03-311-212/+212
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-5/+5
* Fix places in the AArch64 opcodes library code where a call to assert() has s...Nick Clifton2021-01-081-1/+3
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* aarch64: Add DSB instruction Armv8.7-a variantPrzemyslaw Wirkus2020-10-281-0/+15
* aarch64: Add support for Armv8-R system registersAlex Coplan2020-09-081-1/+1
* aarch64: Add base support for Armv8-RAlex Coplan2020-09-081-0/+33
* Fix problems with the AArch64 linker exposed by testing it with sanitization ...Nick Clifton2020-08-211-1/+9
* [AArch64, Binutils] Add missing TSB instructionSudakshina Das2020-04-201-0/+10
* Indent labelsAlan Modra2020-02-261-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: aarch64: left shift of negative valueAlan Modra2019-12-161-9/+6
* aarch64 disassembler infinite loopAlan Modra2019-12-111-0/+2
* [binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson2019-11-071-0/+1
* [gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AESMatthew Malcomson2019-07-011-8/+5
* [binutils][aarch64] New sve_size_tsz_bhs iclass.Matthew Malcomson2019-05-091-0/+11
* [binutils][aarch64] New sve_shift_tsz_bhsd iclass.Matthew Malcomson2019-05-091-0/+11
* [binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand.Matthew Malcomson2019-05-091-0/+11
* [binutils][aarch64] New sve_size_013 iclass.Matthew Malcomson2019-05-091-0/+10
* [binutils][aarch64] New sve_size_bh iclass.Matthew Malcomson2019-05-091-0/+1
* [binutils][aarch64] New sve_size_sd2 iclass.Matthew Malcomson2019-05-091-0/+4
* [binutils][aarch64] New iclass sve_size_hsd2.Matthew Malcomson2019-05-091-0/+7
* AArch64: Have -D override mapping symbol as documented.Tamar Christina2019-03-251-1/+2