diff options
author | Sudi Das <sudi.das@arm.com> | 2019-01-25 14:15:45 +0000 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2019-01-25 14:49:52 +0000 |
commit | 20a4ca5524b9bde2f5dfb19661570c25a3b05e5d (patch) | |
tree | e7db661e08015c096cf021dd685d33a56e9d9d1b /opcodes/aarch64-opc-2.c | |
parent | 550fd7bf6858cd708c54ec90412ffb653a932c3d (diff) | |
download | gdb-20a4ca5524b9bde2f5dfb19661570c25a3b05e5d.zip gdb-20a4ca5524b9bde2f5dfb19661570c25a3b05e5d.tar.gz gdb-20a4ca5524b9bde2f5dfb19661570c25a3b05e5d.tar.bz2 |
AArch64: Add new STZGM instruction for Armv8.5-A Memory Tagging Extension.
This patch is part of a series of patches to introduce a few changes to the
Armv8.5-A Memory Tagging Extension. This patch adds the new STZGM instruction.
STGZM Xt, [<Xn|SP>]
Committed on behalf of Sudakshina Das.
*** gas/ChangeLog ***
* testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
* testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
* testsuite/gas/aarch64/illegal-memtag.l: Likewise.
* testsuite/gas/aarch64/illegal-memtag.s: Likewise.
*** opcodes/ChangeLog ***
* aarch64-asm-2.c: Regenerated.
* aarch64-dis-2.c: Likewise.
* aarch64-opc-2.c: Likewise.
* aarch64-tbl.h (aarch64_opcode): Add new stzgm.
Diffstat (limited to 'opcodes/aarch64-opc-2.c')
-rw-r--r-- | opcodes/aarch64-opc-2.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c index bab875c..15f2b9f 100644 --- a/opcodes/aarch64-opc-2.c +++ b/opcodes/aarch64-opc-2.c @@ -256,24 +256,24 @@ static const unsigned op_enum_table [] = 925, 931, 932, - 983, 984, 985, 986, + 987, 12, 636, 637, - 1178, - 1180, - 1182, - 990, - 1181, 1179, + 1181, + 1183, + 991, + 1182, + 1180, 318, 624, 635, 634, - 988, + 989, 631, 628, 620, @@ -283,7 +283,7 @@ static const unsigned op_enum_table [] = 630, 632, 633, - 998, + 999, 664, 667, 670, @@ -300,17 +300,17 @@ static const unsigned op_enum_table [] = 391, 413, 415, - 1251, - 1256, - 1249, - 1248, 1252, - 1259, - 1261, + 1257, + 1250, + 1249, + 1253, + 1260, 1262, - 1258, - 1264, 1263, + 1259, + 1265, + 1264, 131, }; |