From 4373edd2f649ee2f72a5bb202eedb706fa3e96da Mon Sep 17 00:00:00 2001 From: Sivan Shani Date: Wed, 17 Dec 2025 16:36:54 +0000 Subject: AArch64: Add FEAT_F16F32DOT instructions This includes the instructions for the F16F32DOT feature: - FDOT half-precision to single-precision, by element - FDOT half-precision to single-precision, vector --- 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 7d03ce86d25..1e543659ca4 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -271,6 +271,8 @@ enum aarch64_feature_bit { AARCH64_FEATURE_SVE2p3, /* SME2.3. */ AARCH64_FEATURE_SME2p3, + /* F16F32DOT instructions. */ + AARCH64_FEATURE_F16F32DOT, /* 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