← Home

TRCIT

Trace instrumentation

This instruction generates an instrumentation trace packet that contains the value of the provided register.

This is an alias of SYS. This means:

System

(FEAT_ITE)

313029282726252423222120191817161514131211109876543210
110101010000101101110010111Rt
Lop1CRnCRmop2

Encoding

TRCIT <Xt>

is equivalent to

SYS #3, C7, C2, #7, <Xt>

and is always the preferred disassembly.

Assembler Symbols

<Xt>

Is the 64-bit name of the general-purpose source register, encoded in the "Rt" field.

Operation

The description of SYS gives the operational pseudocode for this instruction.