mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-06 18:31:30 +00:00
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
This commit is contained in:
committed by
Alice Carlotti
parent
a722387a1f
commit
4373edd2f6
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user