Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Ddb_disasm.c162 switch (i.JType.op) { in md_printins()
337 db_printf("%s\t", op_name[i.JType.op]); in md_printins()
338 db_printf("0x%8x",(mdbdot & 0xF0000000) | (i.JType.target << 2)); in md_printins()
H A Ddb_interface.c257 switch ((int)inst.JType.op) { in db_inst_type()
H A Ddb_trace.c222 switch (i.JType.op) { in stacktrace_subr()
H A Dtrap.c1182 switch ((int)inst.JType.op) { in MipsEmulateBranch()
1234 retAddr = (inst.JType.target << 2) | in MipsEmulateBranch()
/f-stack/freebsd/mips/include/
H A Dmips_opcode.h67 } JType; member
99 } JType; member