aarch64: Add FEAT_ITE support

This patch add support for FEAT_ITE "Instrumentation Extension" adding
the "trcit" instruction.

This is enabled by the +ite march flag.
This commit is contained in:
Andrea Corallo
2023-10-10 16:37:11 +01:00
parent db168da2e0
commit d645278cdf
10 changed files with 34 additions and 2 deletions

View File

@@ -199,6 +199,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_TCR2,
/* Speculation Prediction Restriction instructions. */
AARCH64_FEATURE_PREDRES2,
/* Instrumentation Extension. */
AARCH64_FEATURE_ITE,
AARCH64_NUM_FEATURES
};