Fix the mask for the sqrdml(a|s)h instructions.
authorTamar Christina <tamar.christina@arm.com>
Wed, 25 Apr 2018 12:37:30 +0000 (13:37 +0100)
committerTamar Christina <tamar.christina@arm.com>
Wed, 25 Apr 2018 12:38:35 +0000 (13:38 +0100)
Rn is supposed to have a 5 bit range but instead was given 4 bits
causing these instructions to disassemble as unknown instructions.

opcodes/

* aarch64-tbl.h (sqrdmlah, sqrdmlsh): Fix masks.

gas/

* testsuite/gas/aarch64/rdma.s: Test for larger register numbers.
* testsuite/gas/aarch64/rdma.d: Update results.
* testsuite/gas/aarch64/rdma-directive.d: Likewise.


No differences found
This page took 0.031592 seconds and 4 git commands to generate.