[AArch64] Add ARMv8.2 instruction alias REV64.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 27 Nov 2015 15:39:12 +0000 (15:39 +0000)
committerMatthew Wahab <matthew.wahab@arm.com>
Fri, 27 Nov 2015 15:39:12 +0000 (15:39 +0000)
commit64357d2e04994ba161b4a99ef2bc45db0c180ea0
treeac8dc52a020827c68bda9666800e021c6dbcdb1b
parentd685192a58d4c198633bd0e69cfe0a114576e98a
[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