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. 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) 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]);


15/12/2024 22:27; 5e0a212688c6bd7aee92394b6f5e491b4d0fee1d

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