HomeSort by: relevance | last modified time | path
    Searched refs:mips_emul_branch (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mips/mips/
syscall.c 144 reg->r_regs[_R_PC] = mips_emul_branch(tf, pc, 0, false);
mips_emul.c 70 mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR, function in typeref:typename:vaddr_t
289 mips_emul_branch(tf, tf->tf_regs[_R_PC],
db_interface.c 1068 * mips_emul_branch() runs analysis for branch delay slot.
1077 ra = mips_emul_branch((struct trapframe *)regs, pc, fpucsr, false);
trap.c 810 va = mips_emul_branch(tf, pc, PCB_FSR(pcb), true);
fp.S 2908 jal _C_LABEL(mips_emul_branch) # compute PC after branch
  /src/sys/arch/mips/include/
locore.h 344 vaddr_t mips_emul_branch(struct trapframe *, vaddr_t, uint32_t, bool);

Completed in 20 milliseconds