aboutsummaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis.h
diff options
context:
space:
mode:
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>2024-01-15 09:40:11 +0000
committerNick Clifton <nickc@redhat.com>2024-01-15 11:45:42 +0000
commitb33f1bcd152c756c6975f874dbcf58ed3fcc9bdf (patch)
tree0961c18129b0a7b98f736dc97029fc9b2f1d748d /opcodes/aarch64-dis.h
parentb34104edab8bb399ade7a6c0865af47ff765d576 (diff)
downloadgdb-b33f1bcd152c756c6975f874dbcf58ed3fcc9bdf.zip
gdb-b33f1bcd152c756c6975f874dbcf58ed3fcc9bdf.tar.gz
gdb-b33f1bcd152c756c6975f874dbcf58ed3fcc9bdf.tar.bz2
aarch64: Add SVE2.1 Contiguous load/store instructions.
Hi, This patch add support for SVE2.1 instructions ld1q, ld2q, ld3q and ld4q, st1q, st2q, st3q and st4q. Regression testing for aarch64-none-elf target and found no regressions. Ok for binutils-master? Regards, Srinath.
Diffstat (limited to 'opcodes/aarch64-dis.h')
-rw-r--r--opcodes/aarch64-dis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/aarch64-dis.h b/opcodes/aarch64-dis.h
index 30212f2..48bebfe 100644
--- a/opcodes/aarch64-dis.h
+++ b/opcodes/aarch64-dis.h
@@ -139,6 +139,7 @@ AARCH64_DECL_OPD_EXTRACTOR (ext_imm_rotate2);
AARCH64_DECL_OPD_EXTRACTOR (ext_x0_to_x30);
AARCH64_DECL_OPD_EXTRACTOR (ext_simple_index);
AARCH64_DECL_OPD_EXTRACTOR (ext_plain_shrimm);
+AARCH64_DECL_OPD_EXTRACTOR (ext_sve_reglist_zt);
#undef AARCH64_DECL_OPD_EXTRACTOR