Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Ddb_interface.c939 switch (i.JType.op) { in inst_branch()
987 if (i.JType.op == OP_SPECIAL in inst_call()
991 else if (i.JType.op == OP_JAL) in inst_call()
1010 return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR && in inst_return()
1024 jump = (i.JType.op == OP_J) || in inst_unconditional_flow_transfer()
1025 (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR); in inst_unconditional_flow_transfer()
1040 if ((i.JType.op & 050) != 040) in inst_load()
1046 return i.JType.op != OP_PREF; in inst_load()
1057 if ((i.JType.op & 050) != 050) in inst_store()
1063 return i.JType.op != OP_RSVD073 && i.JType.op != OP_CACHE; in inst_store()
H A Dmips_stacktrace.c337 if (i.JType.op == OP_JAL) { in stacktrace_subr()
402 switch (i.JType.op) { in stacktrace_subr()
459 size_t size = (i.JType.op == OP_SW) ? 4 : 8; in stacktrace_subr()
H A Ddb_disasm.c256 switch (i.JType.op) { in db_disasm_insn()
788 db_printf("%s\t", op_name[i.JType.op]); in db_disasm_insn()
789 print_addr((loc & ~0x0FFFFFFFL) | (i.JType.target << 2)); in db_disasm_insn()
H A Dtrap.c608 if ((insn.JType.op == OP_SPECIAL) && in trap()
712 if ((insn.JType.op == OP_SPECIAL) && in trap()
H A Dmips_emul.c79 switch ((int)inst.JType.op) { in mips_emul_branch()
120 nextpc = (inst.JType.target << 2) | in mips_emul_branch()
H A Dmips_fixup.c382 if (insn.JType.target << 2 != mcount_addr) { in mips_fixup_addr()
/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h62 } JType; member
104 } JType; member
/netbsd-src/sys/arch/arc/arc/
H A Dminidebug.c678 switch (i.JType.op) { in mdbprintins()
871 printf("%s\t", op_name[i.JType.op]); in mdbprintins()
872 printf("0x%8x",(mdbdot & 0xF0000000) | (i.JType.target << 2)); in mdbprintins()
/netbsd-src/external/cddl/osnet/dev/dtrace/mips/
H A Ddtrace_isa.c387 switch (i.JType.op) { in dtrace_next_frame()
590 switch (i.JType.op) { in dtrace_next_uframe()