[PATCH 11/57][Arm][GAS] Add support for MVE instructions: vadc, vsbc and vbrsr
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 16:37:07 +0000 (17:37 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:22:09 +0000 (16:22 +0100)
commitc2dafc2a05c7bb1a341def59e6f39c1da42984dd
tree1e8455bddf775e5c38a71e82d8d95f76f8853f4d
parent1b8833198c014f2d7f7a67097061f3b990707084
[PATCH 11/57][Arm][GAS] Add support for MVE instructions: vadc, vsbc and vbrsr

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

* config/tc-arm.c (M_MNEM_vadc, M_MNEM_vadci, M_MNEM_vbrsr):
New instruction encodings.
(do_mve_vadc): New encoding instruction.
(do_mve_vbrsr): Likewise.
(do_mve_vsbc): Likewise.
* testsuite/gas/arm/mve-vadc-bad.d: New test.
* testsuite/gas/arm/mve-vadc-bad.l: New test.
* testsuite/gas/arm/mve-vadc-bad.s: New test.
* testsuite/gas/arm/mve-vbrsr-bad.d: New test.
* testsuite/gas/arm/mve-vbrsr-bad.l: New test.
* testsuite/gas/arm/mve-vbrsr-bad.s: New test.
* testsuite/gas/arm/mve-vsbc-bad.d: New test.
* testsuite/gas/arm/mve-vsbc-bad.l: New test.
* testsuite/gas/arm/mve-vsbc-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vadc-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vadc-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vadc-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbrsr-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbrsr-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbrsr-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsbc-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsbc-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsbc-bad.s [new file with mode: 0644]