]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd and vqsub
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 10:46:48 +0000 (11:46 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:16 +0000 (16:36 +0100)
commita8465a06e0986374f501d0e286a5f351af2aa878
treee97ddab0acc53fcd0922a62e94aaf9b0ecf25327
parent93925576e90a2d5ce84176bf2638f685d1a13ec6
[PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd and vqsub

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

* config/tc-arm.c (enum operand_parse_code): New operand.
(parse_operands): Handle new operand.
(mve_encode_qqr): Handle new instructions.
(do_neon_dyadic_i64_su): Accept MVE variants.
(neon_dyadic_misc): Likewise.
(do_neon_mac_maybe_scalar): Likewise.
(do_neon_mul): Likewise.
(insns): Change to accept MVE variants.
* testsuite/gas/arm/mve-vmla-bad.d: New test.
* testsuite/gas/arm/mve-vmla-bad.l: New test.
* testsuite/gas/arm/mve-vmla-bad.s: New test.
* testsuite/gas/arm/mve-vmul-bad-1.d: New test.
* testsuite/gas/arm/mve-vmul-bad-1.l: New test.
* testsuite/gas/arm/mve-vmul-bad-1.s: New test.
* testsuite/gas/arm/mve-vmul-bad-2.d: New test.
* testsuite/gas/arm/mve-vmul-bad-2.l: New test.
* testsuite/gas/arm/mve-vmul-bad-2.s: New test.
* testsuite/gas/arm/mve-vqaddsub-bad.d: New test.
* testsuite/gas/arm/mve-vqaddsub-bad.l: New test.
* testsuite/gas/arm/mve-vqaddsub-bad.s: New test.
14 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vmla-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmla-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmla-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-1.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-2.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-2.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vmul-bad-2.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqaddsub-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqaddsub-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqaddsub-bad.s [new file with mode: 0644]