Home
last modified time | relevance | path

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

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