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.
This commit is contained in:
Victor Do Nascimento
2023-11-15 12:21:33 +00:00
parent 435ad222b3
commit 7b08cc3216
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -201,6 +201,9 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_PREDRES2,
/* Instrumentation Extension. */
AARCH64_FEATURE_ITE,
/* 128-bit page table descriptor, system registers
and isntructions. */
AARCH64_FEATURE_D128,
AARCH64_NUM_FEATURES
};