TRCIT, Trace Instrumentation

The TRCIT characteristics are:

Purpose

Generates an instrumentation packet in the trace.

Configuration

This instruction is present only when FEAT_ITE is implemented and FEAT_AA64 is implemented. Otherwise, direct accesses to TRCIT are UNDEFINED.

Attributes

TRCIT is a 64-bit System instruction.

Field descriptions

6362616059585756555453525150494847464544434241403938373635343332
313029282726252423222120191817161514131211109876543210
VALUE
VALUE

VALUE, bits [63:0]

Value to be included in the Instrumentation packet.

Executing TRCIT

Accesses to this instruction use the following encodings in the System instruction encoding space:

TRCIT <Xt>

op0op1CRnCRmop2
0b010b0110b01110b00100b111

if !(IsFeatureImplemented(FEAT_ITE) && IsFeatureImplemented(FEAT_AA64)) then UNDEFINED; elsif PSTATE.EL == EL0 then AArch64.TRCIT(X[t, 64]); elsif PSTATE.EL == EL1 then AArch64.TRCIT(X[t, 64]); elsif PSTATE.EL == EL2 then AArch64.TRCIT(X[t, 64]); elsif PSTATE.EL == EL3 then AArch64.TRCIT(X[t, 64]);


21/03/2025 17:53; 154105dd5041532b480d9ef0c018b8420cbe5c19

Copyright © 2010-2025 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.