Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp899 #define AARCH64_GET_REG(r) \ macro
903 #define AARCH64_GET_REG(r) (uptr)ucontext->uc_mcontext->__ss.__##r macro
909 *pc = AARCH64_GET_REG(pc); in GetPcSpBp()
910 *bp = AARCH64_GET_REG(fp); in GetPcSpBp()
911 *sp = AARCH64_GET_REG(sp); in GetPcSpBp()
1306 Printf(" %s = 0x%016lx ", #r, AARCH64_GET_REG(r)); in DumpAllRegisters()