]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[PATCH 27/57][Arm][GAS] Add support for MVE instructions: vqdmladh, vqrdmladh, vqdmls...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:59:36 +0000 (11:59 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:38 +0000 (16:36 +0100)
commit8b8b22a426d6b2473731176c83b47042bd8184b8
tree40c6e00654dc4f90b0546f8dedb2b6f520040c93
parent3063888ecfd248ebb4a9b9c61819c9b6eb07bef2
[PATCH 27/57][Arm][GAS] Add support for MVE instructions: vqdmladh, vqrdmladh, vqdmlsdh and vqrdmlsdh

gas/ChangeLog:
2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* config/tc-arm.c (do_mve_vqdmladh): New encoding function.
(insns): Add entries for MVE mnemonics.
* testsuite/gas/arm/mve-vqdmladh-bad.d: New test.
* testsuite/gas/arm/mve-vqdmladh-bad.l: New test.
* testsuite/gas/arm/mve-vqdmladh-bad.s: New test.
* testsuite/gas/arm/mve-vqdmlsdh-bad.d: New test.
* testsuite/gas/arm/mve-vqdmlsdh-bad.l: New test.
* testsuite/gas/arm/mve-vqdmlsdh-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vqdmladh-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmladh-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmladh-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmlsdh-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmlsdh-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmlsdh-bad.s [new file with mode: 0644]