aboutsummaryrefslogtreecommitdiff
path: root/gas
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 /gas
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 'gas')
-rw-r--r--gas/config/tc-aarch64.c1
-rw-r--r--gas/doc/c-aarch64.texi2
2 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index d80aceb..3f838cf 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -10480,6 +10480,7 @@ static const struct aarch64_option_cpu_value_table aarch64_features[] = {
{"rcpc3", AARCH64_FEATURE (RCPC3), AARCH64_FEATURE (RCPC2)},
{"cpa", AARCH64_FEATURE (CPA), AARCH64_NO_FEATURES},
{"faminmax", AARCH64_FEATURE (FAMINMAX), AARCH64_FEATURE (SIMD)},
+ {"fp8", AARCH64_FEATURE (FP8), AARCH64_FEATURE (SIMD)},
{NULL, AARCH64_NO_FEATURES, AARCH64_NO_FEATURES},
};
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 3756948..4da1807 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -291,6 +291,8 @@ automatically cause those extensions to be disabled.
@tab Enable the XS memory attribute extension.
@item @code{cpa} @tab
@tab Enable the Checked Pointer Arithmetic extension.
+@item @code{fp8} @tab
+ @tab Enable the Floating Point 8 (FP8) extension.
@end multitable
@multitable @columnfractions .20 .80