Home
last modified time | relevance | path

Searched refs:TRCIDR0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h115 #define TRCIDR0(n) (0x1E0 + 0x4 * (n)) macro
117 #define TRCIDR(n) ((n > 7) ? TRCIDR8(n) : TRCIDR0(n))
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td782 def : ROSysReg<"TRCIDR0", 0b10, 0b001, 0b0000, 0b1000, 0b111>;