From 27f6a0bd65b92b265200392e4e9a323f626342be Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 30 Mar 2023 11:09:13 +0100 Subject: 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. --- include/opcode/aarch64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.1