Searched refs:AARCH64_GET_REG (Results 1 – 1 of 1) sorted by relevance
899 #define AARCH64_GET_REG(r) \ macro903 #define AARCH64_GET_REG(r) (uptr)ucontext->uc_mcontext->__ss.__##r macro909 *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()