[PATCH 21/57][Arm][GAS] Add support for MVE instructions: vmaxv, vmaxav, vminv and...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:44:19 +0000 (11:44 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:10 +0000 (16:36 +0100)
commit13ccd4c06fdccad1cb97f15878cd411aa22bf12f
treea68eab6b8f81965b44440d293d9c35cabafd1608
parent8cd7817067daffd567fbe09a85b215b609c56e1d
[PATCH 21/57][Arm][GAS] Add support for MVE instructions: vmaxv, vmaxav, vminv and vminav

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

* config/tc-arm.c (M_MNEM_vmaxv, M_MNEM_vmaxav, M_MNEM_vminv,
 M_MNEM_vminav): New instruction encodings.
(do_mve_vmaxv): New encoding function.
(insns): Add entries for new MVE mnemonics.
* testsuite/gas/arm/mve-vmaxv-vminv-bad.d: New test.
* testsuite/gas/arm/mve-vmaxv-vminv-bad.l: New test.
* testsuite/gas/arm/mve-vmaxv-vminv-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vmaxv-vminv-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmaxv-vminv-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmaxv-vminv-bad.s [new file with mode: 0644]
This page took 0.028284 seconds and 4 git commands to generate.