aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorSivan Shani <sivan.shani@arm.com>2025-12-17 16:36:54 +0000
committerAlice Carlotti <alice.carlotti@arm.com>2025-12-27 12:45:52 +0000
commit4373edd2f649ee2f72a5bb202eedb706fa3e96da (patch)
tree0982d388456976cf868e64f8ca1fd3502cd8cbaf /include/opcode
parenta722387a1fd6f5e3d418ee759e9f6c774e113e90 (diff)
downloadbinutils-4373edd2f649ee2f72a5bb202eedb706fa3e96da.zip
binutils-4373edd2f649ee2f72a5bb202eedb706fa3e96da.tar.gz
binutils-4373edd2f649ee2f72a5bb202eedb706fa3e96da.tar.bz2
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
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/aarch64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index 7d03ce8..1e54365 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. */