HomeSort by relevance Sort by last modified time
    Searched refs:REG_PC (Results 1 - 20 of 20) sorted by null

  /external/strace/linux/sh/
arch_regs.c 2 #define ARCH_PC_PEEK_ADDR (4 * REG_PC)
userent.h 17 XLAT(4*REG_PC),
  /external/strace/linux/sh64/
arch_regs.c 2 #define ARCH_PC_PEEK_ADDR REG_PC
arch_regs.h 14 #define REG_PC (0*8)
  /external/strace/linux/xtensa/
arch_regs.c 2 #define ARCH_PC_PEEK_ADDR REG_PC
userent.h 17 { REG_PC, "pc" },
  /external/strace/linux/alpha/
arch_regs.c 3 #define ARCH_PC_PEEK_ADDR REG_PC
arch_regs.h 5 #define REG_PC 64
  /toolchain/binutils/binutils-2.25/include/opcode/
cris.h 35 #define REG_PC (15)
143 #define BDAP_PC_LOW (BDAP_INDIR_LOW + REG_PC)
197 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
204 (((BDAP_INCR_HIGH | (REG_PC << 4)) << 8) | BDAP_PC_LOW | (2 << 4))
206 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
  /external/valgrind/VEX/unused/
dispatch.c 74 nextpc_orig = (char*)(regs_arm[REG_PC]);
linker.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 587 #define REG_PC 15
    [all...]
tc-xgate.c 78 REG_PC = 8,
943 if (oprs[1].reg == REG_PC)
1076 return REG_PC;
    [all...]
tc-m68hc11.c 130 REG_PC = 8,
1062 return REG_PC;
    [all...]
tc-microblaze.c 427 *reg = REG_PC;
844 if ((*reg == REG_MSR) || (*reg == REG_PC)
    [all...]
tc-cris.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 98 #define REG_PC 32 /* PC. */
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 160 context->pc = (unsigned int)(regs[REG_PC]);
596 writer_args->sig_ctx->uc_mcontext.gregs[REG_PC];
  /external/v8/src/libsampler/
v8-sampler.cc 535 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_PC]);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc     [all...]

Completed in 1154 milliseconds