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

  /src/sys/arch/mips/mips/
db_interface.c 939 switch (i.JType.op) {
987 if (i.JType.op == OP_SPECIAL
991 else if (i.JType.op == OP_JAL)
1010 return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR &&
1024 jump = (i.JType.op == OP_J) ||
1025 (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR);
1040 if ((i.JType.op & 050) != 040)
1046 return i.JType.op != OP_PREF;
1057 if ((i.JType.op & 050) != 050)
1063 return i.JType.op != OP_RSVD073 && i.JType.op != OP_CACHE
    [all...]
mips_stacktrace.c 337 if (i.JType.op == OP_JAL) {
402 switch (i.JType.op) {
459 size_t size = (i.JType.op == OP_SW) ? 4 : 8;
db_disasm.c 256 switch (i.JType.op) {
788 db_printf("%s\t", op_name[i.JType.op]);
789 print_addr((loc & ~0x0FFFFFFFL) | (i.JType.target << 2));
trap.c 608 if ((insn.JType.op == OP_SPECIAL) &&
712 if ((insn.JType.op == OP_SPECIAL) &&
mips_fixup.c 384 if (insn.JType.target << 2 != mcount_addr) {
mips_emul.c 83 switch ((int)inst.JType.op) {
124 nextpc = (inst.JType.target << 2) |
  /src/sys/arch/mips/include/
mips_opcode.h 62 } JType;
104 } JType;
  /src/sys/arch/arc/arc/
minidebug.c 678 switch (i.JType.op) {
871 printf("%s\t", op_name[i.JType.op]);
872 printf("0x%8x",(mdbdot & 0xF0000000) | (i.JType.target << 2));

Completed in 16 milliseconds