]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 20/57][Arm][GAS] Add support for MVE instructions: vmaxnmv, vmaxnmav, vminnmv...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:42:52 +0000 (11:42 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:07 +0000 (16:36 +0100)
commit8cd7817067daffd567fbe09a85b215b609c56e1d
tree1f8d0f021d89e0332be3cda99ce4b899183e55e5
parent935295b51d80180ecd8c35d0edbd91283ae135a2
[PATCH 20/57][Arm][GAS] Add support for MVE instructions: vmaxnmv, vmaxnmav, vminnmv and vminnmav

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

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