]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 33/57][Arm][GAS] Add support for MVE instructions: vshr, vrshr, vsli, vsri...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 11:08:38 +0000 (12:08 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:50 +0000 (16:36 +0100)
commit4401c2414dffebc5c5e4914fb611d1ecc738e3d5
tree88401f491e1e3d20f6c8e51537a677544dacb3ba
parenta710b305c5ca8307e8b9d14bbb014641f60d3b48
[PATCH 33/57][Arm][GAS] Add support for MVE instructions: vshr, vrshr, vsli, vsri, vrev16, vrev32 and vrev64

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

* config/tc-arm.c (do_neon_sli): Accept MVE variants.
(do_neon_sri): Likewise.
(do_neon_rev): Likewise.
(do_neon_rshift_round_imm): Likewise.
(insns): Likewise.
* testsuite/gas/arm/mve-vrev-bad.d: New test.
* testsuite/gas/arm/mve-vrev-bad.l: New test.
* testsuite/gas/arm/mve-vrev-bad.s: New test.
* testsuite/gas/arm/mve-vshr-bad.d: New test.
* testsuite/gas/arm/mve-vshr-bad.l: New test.
* testsuite/gas/arm/mve-vshr-bad.s: New test.
* testsuite/gas/arm/mve-vsli-bad.d: New test.
* testsuite/gas/arm/mve-vsli-bad.l: New test.
* testsuite/gas/arm/mve-vsli-bad.s: New test.
* testsuite/gas/arm/mve-vsri-bad.d: New test.
* testsuite/gas/arm/mve-vsri-bad.l: New test.
* testsuite/gas/arm/mve-vsri-bad.s: New test.
14 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vrev-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vrev-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vrev-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshr-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshr-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshr-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsli-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsli-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsli-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsri-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsri-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vsri-bad.s [new file with mode: 0644]