aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVictor Do Nascimento <vicdon01@e133397.arm.com>2024-02-29 13:35:26 +0000
committerVictor Do Nascimento <victor.donascimento@arm.com>2024-05-16 13:22:30 +0100
commit7d0383ad39c1df982fc8a56a920d32a4c1f42625 (patch)
treee6a11f1683597bca9797fddc249968b8ee532691 /include
parent3e09762b7d1243d7d75c885537f67fa66416bb8b (diff)
downloadgdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.zip
gdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.tar.gz
gdb-7d0383ad39c1df982fc8a56a920d32a4c1f42625.tar.bz2
aarch64: fp8 convert and scale - add feature flags and related structures
Diffstat (limited to 'include')
-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 1ec0b66..ef4a3ff 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -234,6 +234,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_CPA,
/* FAMINMAX instructions. */
AARCH64_FEATURE_FAMINMAX,
+ /* FP8 instructions. */
+ AARCH64_FEATURE_FP8,
AARCH64_NUM_FEATURES
};