]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[PATCH 26/57][Arm][GAS] Add support for MVE instructions: vpnot and vpsel
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:57:44 +0000 (11:57 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:34 +0000 (16:36 +0100)
commit3063888ecfd248ebb4a9b9c61819c9b6eb07bef2
tree34bc07551c9099928a93e2c485ceb4caa6ac4240
parent1a186d296c88d5341d2939eb0eedf792b053f8a5
[PATCH 26/57][Arm][GAS] Add support for MVE instructions: vpnot and vpsel

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

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