From 64357d2e04994ba161b4a99ef2bc45db0c180ea0 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Fri, 27 Nov 2015 15:39:12 +0000 Subject: [AArch64] Add ARMv8.2 instruction alias REV64. This patch adds the alias REV64 , as an alias for REV , . However, REV is still the preferred form for the instruction. gas/testsuite/ 2015-11-27 Matthew Wahab * gas/aarch64/alias-2.d: Add tests for REV. * gas/aarch64/alias-2.s: Likewise. opcodes/ 2015-11-27 Matthew Wahab * 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 --- opcodes/aarch64-opc-2.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'opcodes/aarch64-opc-2.c') 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, -- cgit v1.1