[PATCH 28/57][Arm][GAS] Add support for MVE instructions: vqdmlah, vqrdmlah, vqdmlash...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 11:00:54 +0000 (12:00 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:43 +0000 (16:36 +0100)
commit42b16635dd63ab3e71c76af130423e0ef16d5995
tree5a94879a46592c50b7a3f7fd6fd9e12ed5ae5dcb
parent8b8b22a426d6b2473731176c83b47042bd8184b8
[PATCH 28/57][Arm][GAS] Add support for MVE instructions: vqdmlah, vqrdmlah, vqdmlash, vqrdmlash, vqdmulh and vqrdmulh

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

* config/tc-arm.c (enum operand_parse_code): Add new operand.
(parse_operands): Handle new operand.
(mve_encode_qqr): Handle new instructions.
(do_neon_qdmulh): Add support for MVE variants.
(do_neon_qrdmlah): Likewise.
(do_mve_vqdmlah): New encoding function.
(insns): Change entries and add new entries for MVE mnemonics.
* testsuite/gas/arm/mve-vqdmulh-bad.d: New test.
* testsuite/gas/arm/mve-vqdmulh-bad.l: New test.
* testsuite/gas/arm/mve-vqdmulh-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vqdmulh-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmulh-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmulh-bad.s [new file with mode: 0644]
This page took 0.025917 seconds and 4 git commands to generate.