]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[PATCH 30/57][Arm][GAS] Add support for MVE instructions: vqmovnt, vqmovnb, vqmovunt...
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 11:04:35 +0000 (12:04 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:36:50 +0000 (16:36 +0100)
commit1be7aba392cd32a9a7165ecb4635c2733b5ac7ba
treedf64f6f1808622e870158667fd09baa0eb4d5a7f
parent35d1cfc2000388028c8f032e714b576615e8db02
[PATCH 30/57][Arm][GAS] Add support for MVE instructions: vqmovnt, vqmovnb, vqmovunt, vqmovunb, vqrshl and vrshl

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

* config/tc-arm.c (M_MNEM_vqmovnt, M_MNEM_vqmovnb,
 M_MNEM_vqmovunt, M_MNEM_vqmovunb): New instruction encodings.
(do_mve_vqmovn): New encoding function.
(do_neon_rshl): Change to accepte MVE variants.
(insns): Change entries and add new for MVE mnemonics.
* testsuite/gas/arm/mve-vqmovn-bad.d: New test.
* testsuite/gas/arm/mve-vqmovn-bad.l: New test.
* testsuite/gas/arm/mve-vqmovn-bad.s: New test.
* testsuite/gas/arm/mve-vqrshl-bad.d: New test.
* testsuite/gas/arm/mve-vqrshl-bad.l: New test.
* testsuite/gas/arm/mve-vqrshl-bad.s: New test.
* testsuite/gas/arm/mve-vrshl-bad.d: New test.
* testsuite/gas/arm/mve-vrshl-bad.l: New test.
* testsuite/gas/arm/mve-vrshl-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vqmovn-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqmovn-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqmovn-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqrshl-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqrshl-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vqrshl-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vrshl-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vrshl-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vrshl-bad.s [new file with mode: 0644]