summaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch64: Fix AArch64 disassembler mapping symbol searchTamar Christina2019-03-251-6/+38
* AArch64: Fix disassembler bug with out-of-order sectionsTamar Christina2019-03-251-1/+6
* AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Exte...Sudi Das2019-01-251-17/+0
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* [BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memory Tagging ExtensionSudakshina Das2018-11-121-0/+17
* [BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Memory Tagging Exten...Sudakshina Das2018-11-121-1/+2
* [BINUTILS, AARCH64, 2/8] Add Tag generation instructions in Memory Tagging Ex...Sudakshina Das2018-11-121-0/+2
* [PATCH, BINUTILS, AARCH64, 7/9] Add BTI instructionSudakshina Das2018-10-091-1/+1
* [PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructionsSudakshina Das2018-10-091-0/+6
* AArch64: Constraint disassembler and assembler changes.Tamar Christina2018-10-031-7/+59
* AArch64: Refactor verifiers to make more general.Tamar Christina2018-10-031-1/+2
* AArch64: Refactor err_type.Tamar Christina2018-10-031-13/+8
* AArch64: Wire through instr_sequenceTamar Christina2018-10-031-0/+3
* Fix AArch64 encodings for by element instructions.Tamar Christina2018-06-291-5/+14
* Implement Read/Write constraints on system registers on AArch64Tamar Christina2018-05-151-1/+16
* Allow non-fatal errors to be emitted and for disassembly notes be placed on A...Tamar Christina2018-05-151-2/+25
* Modify AArch64 Assembly and disassembly functions to be able to fail and repo...Tamar Christina2018-05-151-233/+299
* Fix unintialized memory in aarch64 opcodes.Tamar Christina2018-05-011-3/+3
* opcodes error messagesAlan Modra2018-03-031-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Correct disassembly of dot product instructions.Tamar Christina2017-12-191-1/+1
* [Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li2017-12-111-3/+5
* Adds the new Fields and Operand types for the new instructions in Armv8.4-a.Tamar Christina2017-11-091-0/+27
* [AArch64] Add dot product support for AArch64 to binutilsTamar Christina2017-06-281-0/+15
* Prevent address violation problem when disassembling corrupt aarch64 binary.Nick Clifton2017-06-151-0/+3
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-1/+1