aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorVictor Do Nascimento <victor.donascimento@arm.com>2023-11-15 12:21:33 +0000
committerVictor Do Nascimento <victor.donascimento@arm.com>2024-01-09 10:16:40 +0000
commit7b08cc32165912395838e7bb995d880f623fe636 (patch)
tree0735bac1c022cf88e22f863c109f81760d71d5c6 /gas
parent435ad222b3de93fa647fba7221eece36b1b395eb (diff)
downloadfsf-binutils-gdb-7b08cc32165912395838e7bb995d880f623fe636.zip
fsf-binutils-gdb-7b08cc32165912395838e7bb995d880f623fe636.tar.gz
fsf-binutils-gdb-7b08cc32165912395838e7bb995d880f623fe636.tar.bz2
aarch64: Add +d128 architectural feature support
Indicating the presence of the Armv9.4-a features concerning 128-bit Page Table Descriptors, 128-bit System Registers and Instructions, the "+d128" architectural extension flag is added to the list of possible -march options in Binutils, together with the necessary macro for encoding d128 instructions.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-aarch64.c2
-rw-r--r--gas/doc/c-aarch64.texi2
2 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index cf58626..b28c05f 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -10286,6 +10286,8 @@ static const struct aarch64_option_cpu_value_table aarch64_features[] = {
{"the", AARCH64_FEATURE (THE), AARCH64_NO_FEATURES},
{"rasv2", AARCH64_FEATURE (RASv2), AARCH64_FEATURE (RAS)},
{"ite", AARCH64_FEATURE (ITE), AARCH64_NO_FEATURES},
+ {"d128", AARCH64_FEATURE (D128),
+ AARCH64_FEATURE (LSE128)},
{NULL, AARCH64_NO_FEATURES, AARCH64_NO_FEATURES},
};
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 97233b5..ccf18ee 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -274,6 +274,8 @@ automatically cause those extensions to be disabled.
@tab Enable Prediction instructions.
@item @code{ite} @tab N/A @tab no
@tab Enable TRCIT instruction.
+@item @code{d128} @tab Armv9.4-A @tab No
+ @tab Enable the 128-bit Page Descriptor Extension. This implies @code{lse128}.
@end multitable
@node AArch64 Syntax