[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 15:52:50 +0000 (16:52 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:19:56 +0000 (16:19 +0100)
commit485dee97c6431267b662b723eb092a6abfa4167c
treecab930e1494cab890d7114f1364b97b6916a9346
parent5ee9134313f9cce06d38144f5bc77c59e04df884
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg

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

* config/tc-arm.c (do_neon_abs_neg): Make it accept MVE variant.
(insns): Change vabs and vneg entries to accept MVE variants.
* testsuite/gas/arm/mve-vabsneg-bad-1.d: New test.
* testsuite/gas/arm/mve-vabsneg-bad-1.l: New test.
* testsuite/gas/arm/mve-vabsneg-bad-1.s: New test.
* testsuite/gas/arm/mve-vabsneg-bad-2.d: New test.
* testsuite/gas/arm/mve-vabsneg-bad-2.l: New test.
* testsuite/gas/arm/mve-vabsneg-bad-2.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vabsneg-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vabsneg-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vabsneg-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vabsneg-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vabsneg-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vabsneg-bad-2.s [new file with mode: 0644]
This page took 0.026559 seconds and 4 git commands to generate.