Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dtrap.c1160 uintptr_t instptr) in MipsEmulateBranch() argument
1170 if (instptr) { in MipsEmulateBranch()
1171 if (instptr < MIPS_KSEG0_START) in MipsEmulateBranch()
1172 inst.word = fuword32((void *)instptr); in MipsEmulateBranch()
1174 inst = *(InstFmt *) instptr; in MipsEmulateBranch()