summaryrefslogtreecommitdiff
path: root/opcodes/arm-dis.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.Fredrik Strupe2020-04-171-10/+47
* [binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson2020-02-101-0/+40
* [binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson2020-02-101-1/+209
* ubsan: arm: out of bounds array accessAlan Modra2020-01-201-1/+1
* [binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira2020-01-161-232/+239
* Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger2020-01-131-3/+44
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'Alan Modra2019-12-241-3/+3
* More signed overflow fixesAlan Modra2019-12-181-3/+3
* Arm: Change CRC from fpu feature to archititectural extensionMihail Ionescu2019-11-221-12/+12
* [binutils][arm] Update the decoding of MVE VMOV, VMVNMihail Ionescu2019-11-121-6/+11
* [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson2019-11-071-0/+14
* [binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson2019-11-071-5/+30
* [Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson2019-11-071-51/+86
* Add support for the MVE VMOV instruction to the ARM assembler. This instruct...Srinath Parvathaneni2019-08-271-0/+23
* Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions.Srinath Parvathaneni2019-08-121-4/+10
* Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM...Barnaby Wilks2019-08-051-4/+4
* This patch addresses the change in the June Armv8.1-M Mainline specification,...Barnaby Wilks2019-07-221-4/+0
* arm-dis.c (print_insn_coprocessor): Rename index to index_operand.Hans-Peter Nilsson2019-07-101-5/+5
* Remove an unnecessary set of parentheses in the arm-dis.c source file.Alan Hayward2019-06-041-1/+1
* [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructionsSudakshina Das2019-05-211-2/+22
* [binutils, Arm] Add support for conditional instructions in Armv8.1-M MainlineSudakshina Das2019-05-211-0/+89
* [binutils, Arm] Add support for shift instructions in MVESudakshina Das2019-05-211-0/+183
* [PATCH 56/57][Arm][OBJDUMP] Add support for MVE instructions: vpnot, vpsel, v...Andre Vieira2019-05-161-0/+142
* [PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vr...Andre Vieira2019-05-161-0/+73
* [PATCH 54/57][Arm][OBJDUMP] Add support for MVE instructions: vmax(a), vmax(a...Andre Vieira2019-05-161-0/+154
* [PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vc...Andre Vieira2019-05-161-0/+66
* [PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, va...Andre Vieira2019-05-161-0/+143
* [PATCH 51/57][Arm][OBJDUMP] Add support for MVE instructions: lctp, letp, wls...Andre Vieira2019-05-161-3/+18
* [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructionsAndre Vieira2019-05-161-2/+409
* [PATCH 49/57][Arm][OBJDUMP] Add support for MVE complex number instructionsAndre Vieira2019-05-161-0/+142
* [PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, ...Andre Vieira2019-05-161-1/+87
* [PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav...Andre Vieira2019-05-161-0/+286
* [PATCH 46/57][Arm][OBJDUMP] Add support for MVE instructions: vmovl, vmull, v...Andre Vieira2019-05-161-0/+196
* [PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vor...Andre Vieira2019-05-161-5/+604
* [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrintAndre Vieira2019-05-161-2/+367
* [PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores ...Andre Vieira2019-05-161-1/+355
* [PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and v...Andre Vieira2019-05-161-0/+263
* [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst...Andre Vieira2019-05-161-0/+178
* [PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfm...Andre Vieira2019-05-161-14/+204
* [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmpAndre Vieira2019-05-161-12/+614
* [PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in...Andre Vieira2019-05-161-0/+7
* [PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructionsAndre Vieira2019-05-161-4/+258
* [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registersAndre Vieira2019-04-151-1/+51
* [binutils, ARM, 15/16] Add support for VSCCLRMAndre Vieira2019-04-151-0/+32
* [opcodes, ARM, 14/16] Add mode availability to coprocessor table entriesAndre Vieira2019-04-151-413/+434
* [binutils, ARM, 13/16] Add support for CLRMAndre Vieira2019-04-151-2/+15
* [binutils, ARM, 12/16] Scalar Low Overhead loop instructions for Armv8.1-M Ma...Andre Vieira2019-04-151-0/+37
* [binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M MainlineAndre Vieira2019-04-151-0/+8
* [binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_...Andre Vieira2019-04-151-0/+18