Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dmips_emul.c66 mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR, in mips_emul_branch() argument
73 if (instpc < MIPS_KSEG0_START) { in mips_emul_branch()
74 inst.word = mips_ufetch32((void *)instpc); in mips_emul_branch()
76 inst.word = *(uint32_t *)instpc; in mips_emul_branch()
84 nextpc = instpc + 4; in mips_emul_branch()
87 __func__, "non-branch", inst.word, instpc); in mips_emul_branch()
97 nextpc = BRANCHTARGET(instpc, inst); in mips_emul_branch()
99 nextpc = instpc + 8; in mips_emul_branch()
107 nextpc = BRANCHTARGET(instpc, inst); in mips_emul_branch()
109 nextpc = instpc + 8; in mips_emul_branch()
[all …]