| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| aarch64-sim.h | 40 uint64_t nextpc; member in struct:aarch64_sim_cpu
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| aarch64-sim.h | 40 uint64_t nextpc; member in struct:aarch64_sim_cpu
|
| /src/sys/arch/mips/mips/ |
| mips_emul.c | 75 vaddr_t nextpc; local 86 nextpc = tf->tf_regs[inst.RType.rs]; 88 nextpc = instpc + 4; 101 nextpc = BRANCHTARGET(instpc, inst); 103 nextpc = instpc + 8; 111 nextpc = BRANCHTARGET(instpc, inst); 113 nextpc = instpc + 8; 124 nextpc = (inst.JType.target << 2) | 131 nextpc = BRANCHTARGET(instpc, inst); 133 nextpc = instpc + 8 [all...] |
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-get-next-pcs.c | 273 CORE_ADDR nextpc = pc + 2; /* Default is next instruction. */ local 277 nextpc = MAKE_THUMB_ADDR (nextpc); 413 nextpc = self->ops->read_mem_uint (sp + offset, 4, byte_order); 420 nextpc = self->ops->syscall_next_pc (self); 423 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); 427 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); 435 nextpc = pc + 4; 436 nextpc = MAKE_THUMB_ADDR (nextpc); 653 CORE_ADDR nextpc; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-get-next-pcs.c | 274 CORE_ADDR nextpc = pc + 2; /* Default is next instruction. */ local 278 nextpc = MAKE_THUMB_ADDR (nextpc); 414 nextpc = self->ops->read_mem_uint (sp + offset, 4, byte_order); 421 nextpc = self->ops->syscall_next_pc (self); 424 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); 428 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); 436 nextpc = pc + 4; 437 nextpc = MAKE_THUMB_ADDR (nextpc); 654 CORE_ADDR nextpc; local [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_cec.c | 594 bu32 nextpc = hwloop_get_next_pc (cpu, oldpc, INSN_LEN); local 595 SET_RETXREG (nextpc);
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_cec.c | 594 bu32 nextpc = hwloop_get_next_pc (cpu, oldpc, INSN_LEN); local 595 SET_RETXREG (nextpc);
|
| /src/sys/dev/nvmm/x86/ |
| nvmm_x86_svm.c | 1182 uint64_t nextpc = cpudata->vmcb->ctrl.exitinfo2; local 1214 exit->u.io.npc = nextpc;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| arm-tdep.c | 1178 CORE_ADDR nextpc; local 1189 nextpc = start + 4 + offset; 1192 nextpc = nextpc & 0xfffffffc; 1194 if (!skip_prologue_function (gdbarch, nextpc,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| arm-tdep.c | 1180 CORE_ADDR nextpc; local 1191 nextpc = start + 4 + offset; 1194 nextpc = nextpc & 0xfffffffc; 1196 if (!skip_prologue_function (gdbarch, nextpc,
|