Searched refs:REG_PC (Results 1 – 13 of 13) sorted by relevance
2 #define ARCH_PC_PEEK_ADDR REG_PC
14 #define REG_PC (0*8) macro
2 #define ARCH_PC_PEEK_ADDR (4 * REG_PC)
17 XLAT(4*REG_PC),
17 { REG_PC, "pc" },
3 #define ARCH_PC_PEEK_ADDR REG_PC
5 #define REG_PC 64 macro
74 nextpc_orig = (char*)(regs_arm[REG_PC]); in run_machine()
1360 #define REG_PC 15 macro1402 regs_arm[REG_PC] = (Word)first_pc; in initialise_machine()
160 context->pc = (unsigned int)(regs[REG_PC]); in WriteContext()596 writer_args->sig_ctx->uc_mcontext.gregs[REG_PC]; in WriteExceptionStream()
535 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_PC]); in FillRegisterState()
1207 *pc = ucontext->uc_mcontext.gregs[REG_PC]; in GetPcSpBp()