]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 24/57][Arm][GAS] Add support for MVE instructions: vmlas, vmulh and vrmulh
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:49:02 +0000 (11:49 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:26 +0000 (16:36 +0100)
commit2d78f95bb639209254eb7252f9c48c520bd90d56
treebb3237d867fff47e17ed615ffa491763a43d8cce
parenta8465a06e0986374f501d0e286a5f351af2aa878
[PATCH 24/57][Arm][GAS] Add support for MVE instructions: vmlas, vmulh and vrmulh

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

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