[PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, vorn...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 16:40:06 +0000 (17:40 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:22:13 +0000 (16:22 +0100)
commitf601a00c4c70f396defc66d592c4786135616545
treeea769c56c251fc21049a7cb28668f0f4021fb70d
parent26c1e780920096772b5735250fa31a4184d2253c
[PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, vorn and veor

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.
(enum vfp_or_neon_is_neon_bits): Moved
(vfp_or_neon_is_neon): Moved
(check_simd_pred_availability): Moved.
(do_neon_logic): Change to accept MVE variants.
(insns): Changed to accept MVE variants.
* testsuite/gas/arm/mve-vand-bad.d: New test.
* testsuite/gas/arm/mve-vand-bad.l: New test.
* testsuite/gas/arm/mve-vand-bad.s: New test.
* testsuite/gas/arm/mve-vbic-bad.d: New test.
* testsuite/gas/arm/mve-vbic-bad.l: New test.
* testsuite/gas/arm/mve-vbic-bad.s: New test.
* testsuite/gas/arm/mve-veor-bad.d: New test.
* testsuite/gas/arm/mve-veor-bad.l: New test.
* testsuite/gas/arm/mve-veor-bad.s: New test.
* testsuite/gas/arm/mve-vorn-bad.d: New test.
* testsuite/gas/arm/mve-vorn-bad.l: New test.
* testsuite/gas/arm/mve-vorn-bad.s: New test.
* testsuite/gas/arm/mve-vorr-bad.d: New test.
* testsuite/gas/arm/mve-vorr-bad.l: New test.
* testsuite/gas/arm/mve-vorr-bad.s: New test.
17 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vand-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vand-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vand-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbic-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbic-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vbic-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-veor-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-veor-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-veor-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorn-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorn-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorn-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorr-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorr-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vorr-bad.s [new file with mode: 0644]
This page took 0.025607 seconds and 4 git commands to generate.