Searched refs:nextpc (Results 1 – 4 of 4) sorted by relevance
75 vaddr_t nextpc; in mips_emul_branch() local86 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 …]
594 bu32 nextpc = hwloop_get_next_pc (cpu, oldpc, INSN_LEN); in _cec_raise() local595 SET_RETXREG (nextpc); in _cec_raise()
1180 CORE_ADDR nextpc; in thumb_analyze_prologue() local1191 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()
9205 nextpc according to instruction.