]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
[PATCH 29/57][Arm][GAS] Add support for MVE instructions: vqdmullt and vqdmullb
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 11:03:30 +0000 (12:03 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:46 +0000 (16:36 +0100)
commit35d1cfc2000388028c8f032e714b576615e8db02
tree54e70991fbb866371c7f4fc78fd3dc677a55a910
parent42b16635dd63ab3e71c76af130423e0ef16d5995
[PATCH 29/57][Arm][GAS] Add support for MVE instructions: vqdmullt and vqdmullb

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.
(do_mve_vqdmull): New encoding function.
(insns): Add entry for MVE mnemonics.
* testsuite/gas/arm/mve-vqdmull-bad.d: New test.
* testsuite/gas/arm/mve-vqdmull-bad.l: New test.
* testsuite/gas/arm/mve-vqdmull-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vqdmull-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmull-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqdmull-bad.s [new file with mode: 0644]