Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dmips_opcode.h242 #define OP_JR 010 macro
250 #define OP_F_JR OP_JR
/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c123 if (insn.RType.func == OP_JR) { in stack_capture()
H A Ddb_interface.c260 case OP_JR: in db_inst_type()
H A Ddb_disasm.c203 case OP_JR: in md_printins()
H A Ddb_trace.c225 case OP_JR: in stacktrace_subr()
H A Dcpu.c69 #define _JR_RA _ENCODE_INSN(OP_SPECIAL, RA, 0, 0, OP_JR)
H A Dtrap.c1185 case OP_JR: in MipsEmulateBranch()