]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[PATCH 25/57][Arm][GAS] Add support for MVE instruction: vmvn, vqabs and vqneg
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:52:29 +0000 (11:52 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:34 +0000 (16:36 +0100)
commit1a186d296c88d5341d2939eb0eedf792b053f8a5
tree6daa02ea067cb407e50de27091c8913f1bc2d4c0
parent2d78f95bb639209254eb7252f9c48c520bd90d56
[PATCH 25/57][Arm][GAS] Add support for MVE instruction: vmvn, vqabs and vqneg

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

* config/tc-arm.c (do_neon_mvn): Change to accept MVE variants.
(do_neon_sat_abs_neg): Likewise.
(insns): Likewise.
* testsuite/gas/arm/mve-vmvn-bad.d: New test.
* testsuite/gas/arm/mve-vmvn-bad.l: New test.
* testsuite/gas/arm/mve-vmvn-bad.s: New test.
* testsuite/gas/arm/mve-vqabsneg-bad.d: New test.
* testsuite/gas/arm/mve-vqabsneg-bad.l: New test.
* testsuite/gas/arm/mve-vqabsneg-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vmvn-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmvn-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmvn-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqabsneg-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqabsneg-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqabsneg-bad.s [new file with mode: 0644]