diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-11-27 15:39:12 +0000 |
---|---|---|
committer | Matthew Wahab <matthew.wahab@arm.com> | 2015-11-27 15:39:12 +0000 |
commit | 64357d2e04994ba161b4a99ef2bc45db0c180ea0 (patch) | |
tree | ac8dc52a020827c68bda9666800e021c6dbcdb1b /opcodes/aarch64-opc-2.c | |
parent | d685192a58d4c198633bd0e69cfe0a114576e98a (diff) | |
download | gdb-64357d2e04994ba161b4a99ef2bc45db0c180ea0.zip gdb-64357d2e04994ba161b4a99ef2bc45db0c180ea0.tar.gz gdb-64357d2e04994ba161b4a99ef2bc45db0c180ea0.tar.bz2 |
[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
Diffstat (limited to 'opcodes/aarch64-opc-2.c')
-rw-r--r-- | opcodes/aarch64-opc-2.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c index 485a3f5..ca3f35b 100644 --- a/opcodes/aarch64-opc-2.c +++ b/opcodes/aarch64-opc-2.c @@ -121,48 +121,48 @@ const struct aarch64_operand aarch64_operands[] = static const unsigned op_enum_table [] = { 0, - 669, 670, 671, - 674, + 672, 675, 676, 677, 678, - 672, - 673, 679, + 673, + 674, 680, - 702, + 681, 703, 704, - 707, + 705, 708, 709, 710, 711, - 705, - 706, 712, + 706, + 707, 713, - 756, + 714, 757, 758, 759, + 760, 12, 519, 520, - 951, - 953, - 955, - 763, - 954, 952, + 954, + 956, + 764, + 955, + 953, 261, 507, 518, 517, - 761, + 762, 514, 511, 503, @@ -172,19 +172,19 @@ static const unsigned op_enum_table [] = 513, 515, 516, - 771, + 772, 535, 538, 541, 536, 539, - 635, + 636, 162, 163, 164, 165, 426, - 604, + 605, 318, 320, 340, |