]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[PATCH 12/57][Arm][GAS] Add support for MVE instructions: vaddlv and vaddv
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 15 May 2019 16:38:12 +0000 (17:38 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:22:09 +0000 (16:22 +0100)
commit26c1e780920096772b5735250fa31a4184d2253c
tree1dfb7836929d134b81a8b1c266fae563c7ee835b
parentc2dafc2a05c7bb1a341def59e6f39c1da42984dd
[PATCH 12/57][Arm][GAS] Add support for MVE instructions: vaddlv and vaddv

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

* config/tc-arm.c (M_MNEM_vaddlv, M_MNEM_vaddlva, M_MNEM_vaddv,
 M_MNEM_vaddva): New instruction encodings.
(mve_encode_rq): New encoding helper function.
(do_mve_vaddlv): New encoding function.
(do_mve_vaddv): New encoding function.
* testsuite/gas/arm/mve-vaddlv-bad.d: New test.
* testsuite/gas/arm/mve-vaddlv-bad.l: New test.
* testsuite/gas/arm/mve-vaddlv-bad.s: New test.
* testsuite/gas/arm/mve-vaddv-bad.d: New test.
* testsuite/gas/arm/mve-vaddv-bad.l: New test.
* testsuite/gas/arm/mve-vaddv-bad.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vaddlv-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vaddlv-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vaddlv-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vaddv-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vaddv-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vaddv-bad.s [new file with mode: 0644]