forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user