Home
last modified time | relevance | path

Searched refs:nextpc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/mips/mips/
Dmips_emul.c75 vaddr_t nextpc; in mips_emul_branch() local
86 nextpc = tf->tf_regs[inst.RType.rs]; in mips_emul_branch()
88 nextpc = instpc + 4; in mips_emul_branch()
101 nextpc = BRANCHTARGET(instpc, inst); in mips_emul_branch()
103 nextpc = instpc + 8; in mips_emul_branch()
111 nextpc = BRANCHTARGET(instpc, inst); in mips_emul_branch()
113 nextpc = instpc + 8; in mips_emul_branch()
124 nextpc = (inst.JType.target << 2) | in mips_emul_branch()
131 nextpc = BRANCHTARGET(instpc, inst); in mips_emul_branch()
133 nextpc = instpc + 8; in mips_emul_branch()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_cec.c594 bu32 nextpc = hwloop_get_next_pc (cpu, oldpc, INSN_LEN); in _cec_raise() local
595 SET_RETXREG (nextpc); in _cec_raise()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c1180 CORE_ADDR nextpc; in thumb_analyze_prologue() local
1191 nextpc = start + 4 + offset; in thumb_analyze_prologue()
1194 nextpc = nextpc & 0xfffffffc; in thumb_analyze_prologue()
1196 if (!skip_prologue_function (gdbarch, nextpc, in thumb_analyze_prologue()
DChangeLog-20169205 nextpc according to instruction.