Searched refs:AARCH64_GET_REG (Results 1 – 1 of 1) sorted by relevance
891 #define AARCH64_GET_REG(r) \ macro895 #define AARCH64_GET_REG(r) (uptr)ucontext->uc_mcontext->__ss.__##r macro901 *pc = AARCH64_GET_REG(pc); in GetPcSpBp()902 *bp = AARCH64_GET_REG(fp); in GetPcSpBp()903 *sp = AARCH64_GET_REG(sp); in GetPcSpBp()1305 Printf(" %s = 0x%016lx ", #r, AARCH64_GET_REG(r)); in DumpAllRegisters()