Searched refs:mips_emul_branch (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/mips/mips/ |
H A D | syscall.c | 144 reg->r_regs[_R_PC] = mips_emul_branch(tf, pc, 0, false); in EMULNAME()
|
H A D | mips_emul.c | 66 mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR, in mips_emul_branch() function 285 mips_emul_branch(tf, tf->tf_regs[_R_PC], in update_pc()
|
H A D | trap.c | 810 va = mips_emul_branch(tf, pc, PCB_FSR(pcb), true); in mips_singlestep()
|
H A D | db_interface.c | 1077 ra = mips_emul_branch((struct trapframe *)regs, pc, fpucsr, false); in branch_taken()
|
H A D | fp.S | 2904 jal _C_LABEL(mips_emul_branch) # compute PC after branch
|
/netbsd-src/sys/arch/mips/include/ |
H A D | locore.h | 344 vaddr_t mips_emul_branch(struct trapframe *, vaddr_t, uint32_t, bool);
|