]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64] Add ARMv8.2 instruction alias REV64.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 27 Nov 2015 15:39:12 +0000 (15:39 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:46:28 +0000 (09:46 -0300)
commitb17f9b686fcd0ed131672b4aec43b5de8a67e86a
tree06e02663205a451c1f613d5f7f28460a030875f4
parentfd44bc0a6f0159ffe71bcaee988e2293fffba476
[AArch64] Add ARMv8.2 instruction alias REV64.

This patch adds the alias REV64 <Rd>, <Rs> as an alias for REV <Rd>,
<Rs>. However, REV is still the preferred form for the instruction.

gas/testsuite/
2015-11-27  Matthew Wahab  <matthew.wahab@arm.com>

* gas/aarch64/alias-2.d: Add tests for REV.
* gas/aarch64/alias-2.s: Likewise.

opcodes/
2015-11-27  Matthew Wahab  <matthew.wahab@arm.com>

* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Regenerate.
* aarch64-opc-2.c: Regenerate.
* aarch64-tbl.h (aarchr64_opcode_table): Update "rev", add
"rev64".

Change-Id: I331567c8d3618ba9fec1673c6e0b5977222dde61
gas/testsuite/ChangeLog
gas/testsuite/gas/aarch64/alias-2.d
gas/testsuite/gas/aarch64/alias-2.s
opcodes/ChangeLog
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-tbl.h