]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 35/57][Arm][GAS] Add support for MVE instructions: vshlc and vshll
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 12:44:14 +0000 (13:44 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:50 +0000 (16:36 +0100)
commitacca5630749e83ce4ec893e650afa015a086cc0f
tree6f8328feef0c4abe0c8285fd89a556e1e2d2435c
parent5150f0d83e7525e75d900c6859163db8797507c3
[PATCH 35/57][Arm][GAS] Add support for MVE instructions: vshlc and vshll

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

* config/tc-arm.c (do_mve_vshll): New encoding function.
(do_mve_vshlc): Likewise.
(insns): Add entries for MVE mnemonics.
* testsuite/gas/arm/mve-vshlc-bad.d: New test.
* testsuite/gas/arm/mve-vshlc-bad.l: New test.
* testsuite/gas/arm/mve-vshlc-bad.s: New test.
* testsuite/gas/arm/mve-vshll-bad.d: New test.
* testsuite/gas/arm/mve-vshll-bad.l: New test.
* testsuite/gas/arm/mve-vshll-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vshlc-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshlc-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshlc-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshll-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshll-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vshll-bad.s [new file with mode: 0644]