diff options
author | Andrea Corallo <andrea.corallo@arm.com> | 2023-10-10 16:37:11 +0100 |
---|---|---|
committer | Andrea Corallo <andrea.corallo@arm.com> | 2023-12-19 15:35:49 +0100 |
commit | d645278cdf413ecdfac873528133ae40d927da0c (patch) | |
tree | 511f815339f3bb86f5dc4bb647a3d69cb60e847a /gas/doc | |
parent | db168da2e0d7ea01d0a8ed4bdd0e035e47094fed (diff) | |
download | gdb-d645278cdf413ecdfac873528133ae40d927da0c.zip gdb-d645278cdf413ecdfac873528133ae40d927da0c.tar.gz gdb-d645278cdf413ecdfac873528133ae40d927da0c.tar.bz2 |
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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index d1209d1..209d20f 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -272,6 +272,8 @@ automatically cause those extensions to be disabled. @tab Enable the Reliability, Availability and Serviceability extension v2. @item @code{predres2} @tab ARMv8-A/Armv9-A @tab ARMv8.9-A/Armv9.4-A or later @tab Enable Prediction instructions. +@item @code{ite} @tab N/A @tab no + @tab Enable TRCIT instruction. @end multitable @node AArch64 Syntax |