]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 17:21:32 +0000 (18:21 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:35:44 +0000 (16:35 +0100)
commit5d281bf033bbf2018a30183c2009182d947d3dfd
tree97302c9a7d1765541facbd9a8de718baf10cf27f
parentf601a00c4c70f396defc66d592c4786135616545
[PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul

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

* config/tc-arm.c (enum operand_parse_code): New operands.
(parse_operands): Handle new operands.
(do_mve_vcmul): New encoding function.
(do_vcmla): Change to support MVE variants.
(do_vcadd): Change to support MVE variants.
(insns): Change existing to support MVE variants and add new.
* testsuite/gas/arm/mve-vcadd-bad-1.d: New test.
* testsuite/gas/arm/mve-vcadd-bad-1.l: New test.
* testsuite/gas/arm/mve-vcadd-bad-1.s: New test.
* testsuite/gas/arm/mve-vcadd-bad-2.d: New test.
* testsuite/gas/arm/mve-vcadd-bad-2.l: New test.
* testsuite/gas/arm/mve-vcadd-bad-2.s: New test.
* testsuite/gas/arm/mve-vcmla-bad-1.d: New test.
* testsuite/gas/arm/mve-vcmla-bad-1.l: New test.
* testsuite/gas/arm/mve-vcmla-bad-1.s: New test.
* testsuite/gas/arm/mve-vcmla-bad-2.d: New test.
* testsuite/gas/arm/mve-vcmla-bad-2.l: New test.
* testsuite/gas/arm/mve-vcmla-bad-2.s: New test.
* testsuite/gas/arm/mve-vcmul-bad-1.d: New test.
* testsuite/gas/arm/mve-vcmul-bad-1.l: New test.
* testsuite/gas/arm/mve-vcmul-bad-1.s: New test.
* testsuite/gas/arm/mve-vcmul-bad-2.d: New test.
* testsuite/gas/arm/mve-vcmul-bad-2.l: New test.
* testsuite/gas/arm/mve-vcmul-bad-2.s: New test.
20 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vcadd-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcadd-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcadd-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcadd-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcadd-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcadd-bad-2.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmla-bad-2.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcmul-bad-2.s [new file with mode: 0644]