diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:13 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:13 +0100 |
commit | 27f6a0bd65b92b265200392e4e9a323f626342be (patch) | |
tree | 17fa326f9d99a6f7fa5f930e59643e3c82759d5d /include | |
parent | e87ff6724fe32ecff11fc36a19a09ab8fbc66c13 (diff) | |
download | gdb-27f6a0bd65b92b265200392e4e9a323f626342be.zip gdb-27f6a0bd65b92b265200392e4e9a323f626342be.tar.gz gdb-27f6a0bd65b92b265200392e4e9a323f626342be.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index 3689fff..ff5367a 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, |