summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:13 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:13 +0100
commit27f6a0bd65b92b265200392e4e9a323f626342be (patch)
tree17fa326f9d99a6f7fa5f930e59643e3c82759d5d /include
parente87ff6724fe32ecff11fc36a19a09ab8fbc66c13 (diff)
downloadbinutils-gdb-27f6a0bd65b92b265200392e4e9a323f626342be.tar.gz
aarch64: Add the SME2 maximum/minimum instructions
This patch adds the SME2 multi-register forms of F{MAX,MIN}{,NM} and {S,U}{MAX,MIN}. SQDMULH, SRSHL and URSHL have the same form as SMAX etc., so the patch adds them too.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/aarch64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index 3689fff81f1..ff5367aedd7 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -705,6 +705,7 @@ enum aarch64_insn_class
sme_size_12_bhs,
sme_size_12_hs,
sme_size_22,
+ sme_size_22_hsd,
sme_str,
sme_start,
sme_stop,