From d8d024ad42a2a6d373a3e2ef9b3330d2e8d82838 Mon Sep 17 00:00:00 2001 From: Sivan Shani Date: Wed, 17 Dec 2025 18:10:35 +0000 Subject: AArch64 v9.7 extensions: FEAT_SVE_B16MM This patch includes: - Feature flag for FEAT_SVE_B16MM - Instruction: - BFMMLA (non-widening) BFloat16 matrix multiply-accumulate. --- include/opcode/aarch64.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/opcode') diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index e207677893d..74ee590ad2c 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -277,6 +277,8 @@ enum aarch64_feature_bit { AARCH64_FEATURE_F16F32MM, /* F16MM instructions. */ AARCH64_FEATURE_F16MM, + /* SVE B16MM instructions. */ + AARCH64_FEATURE_SVE_B16MM, /* Virtual features. These are used to gate instructions that are enabled by either of two (or more) sets of command line flags. */ -- cgit v1.2.3