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

  /src/sys/arch/mips/mips/
syscall.c 143 if (cause & MIPS_CR_BR_DELAY)
mips_emul.c 202 if (cause & MIPS_CR_BR_DELAY)
287 if (cause & MIPS_CR_BR_DELAY)
523 if (cause & MIPS_CR_BR_DELAY)
613 if (cause & MIPS_CR_BR_DELAY)
trap.c 594 vaddr_t va = pc + (cause & MIPS_CR_BR_DELAY ? sizeof(int) : 0);
700 vaddr_t va = pc + (cause & MIPS_CR_BR_DELAY ? sizeof(int) : 0);
fp.S 860 li t0, MIPS_CR_BR_DELAY
  /src/sys/arch/mips/include/
cpuregs.h 180 * MIPS_CR_BR_DELAY Exception happened in branch delay slot.
189 #define MIPS_CR_BR_DELAY 0x80000000

Completed in 17 milliseconds