diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-06-02 11:29:15 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-06-02 11:30:12 +0100 |
commit | 290806fd94099361f28e012cebca058c8c4f0e45 (patch) | |
tree | 0d3349bdb80d5b9df0b6f48e5a2eb0b6f4857bd4 /opcodes/aarch64-opc-2.c | |
parent | 8d683210f1932f6ac6d2cd8ae8186cdad80f5a23 (diff) | |
download | gdb-290806fd94099361f28e012cebca058c8c4f0e45.zip gdb-290806fd94099361f28e012cebca058c8c4f0e45.tar.gz gdb-290806fd94099361f28e012cebca058c8c4f0e45.tar.bz2 |
[AArch64] Support for ARMv8.1a Limited Ordering Regions extension
2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
include/
* aarch64.h (AARCH64_FEATURE_LOR): New.
opcodes/
* aarch64-tbl.h (aarch64_feature_lor): New.
(LOR): New.
(aarch64_opdocde_table): Add "ldlar", "ldlarb", "ldlarh", "stllr",
"stllrb", "stllrh".
* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Regenerate.
* aarch64-opc-2.c: Regenerate.
gas/
* config/tc-aarch64.c (aarch64_features): Add "lor".
* doc/c-aarch64.c (Aarch64 Extensions): Add "lor" to list of
architecture extensions.
gas/testsuite/
* lor-directive.d: New.
* lor.d: New.
* lor.s: New.
Diffstat (limited to 'opcodes/aarch64-opc-2.c')
-rw-r--r-- | opcodes/aarch64-opc-2.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c index 4a9c6c3..fe1cc12 100644 --- a/opcodes/aarch64-opc-2.c +++ b/opcodes/aarch64-opc-2.c @@ -145,24 +145,24 @@ static const unsigned op_enum_table [] = 697, 703, 704, - 741, - 742, - 743, - 744, + 747, + 748, + 749, + 750, 12, 510, 511, - 936, - 938, - 940, - 748, - 939, - 937, + 942, + 944, + 946, + 754, + 945, + 943, 259, 499, 509, 508, - 746, + 752, 505, 502, 495, @@ -171,7 +171,7 @@ static const unsigned op_enum_table [] = 504, 506, 507, - 756, + 762, 526, 529, 532, |