]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
[PATCH] gas: arm: Fix IT-predicated MVE vcvt
authorJoe Ramsay <joe.ramsay@.arm.com>
Wed, 12 Aug 2020 15:44:54 +0000 (16:44 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Aug 2020 15:44:54 +0000 (16:44 +0100)
commit225f1684514d875f46291ecc595c479b4934a3d6
treec7c0f16cfb876d9e9881538176882f4c041d922e
parent2fef937354881d1de567b2c0df28718acd8198df
[PATCH] gas: arm: Fix IT-predicated MVE vcvt

* config/tc-arm.c (do_neon_cvt_1): Parse vcvtne as vcvt-ne for
NS_FD shape when MVE is present
* testsuite/gas/arm/mve-vcvtne-it-bad.d: New test.
* testsuite/gas/arm/mve-vcvtne-it-bad.l: New test.
* testsuite/gas/arm/mve-vcvtne-it-bad.s: New test.
* testsuite/gas/arm/mve-vcvtne-it.d: New test.
* testsuite/gas/arm/mve-vcvtne-it.s: New test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/mve-vcvtne-it-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvtne-it-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvtne-it-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvtne-it.d [new file with mode: 0644]
gas/testsuite/gas/arm/mve-vcvtne-it.s [new file with mode: 0644]