diff options
Diffstat (limited to 'include/opcode')
| -rw-r--r-- | include/opcode/aarch64.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |
