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

  /src/sys/arch/mips/include/
mips_opcode.h 140 #define OP_SPECIAL 000
222 * Values for the 'func' field when 'op' == OP_SPECIAL.
  /src/sys/arch/mips/mips/
db_interface.c 972 case OP_SPECIAL:
990 if (i.JType.op == OP_SPECIAL
1013 return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR &&
1028 (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR);
mips_stacktrace.c 403 case OP_SPECIAL:
trap.c 608 if ((insn.JType.op == OP_SPECIAL) &&
712 if ((insn.JType.op == OP_SPECIAL) &&
mips_fixup.c 390 case OP_SPECIAL:
mips_emul.c 84 case OP_SPECIAL:
214 case OP_SPECIAL:
db_disasm.c 257 case OP_SPECIAL: {
mips_machdep.c 187 #define JR_RA _MKINSN(OP_SPECIAL, _R_RA, 0, 0, OP_JR)
  /src/usr.bin/make/
targ.c 318 endNode->type = OP_SPECIAL;
job.c 1412 OP_SPECIAL | OP_PHONY)) {
1464 !(gn->type & OP_SPECIAL)) {
1480 if (gn->mtime != 0 || (gn->type & OP_SPECIAL))
1747 job->special = (gn->type & OP_SPECIAL) != OP_NONE;
make.h 313 OP_SPECIAL = 1 << 12,
make.c 152 ADD(OP_SPECIAL);
main.c 2136 errorNode->type |= OP_SPECIAL;
meta.c 372 SKIP_META_TYPE(OP_SPECIAL, "SPECIAL");
parse.c 1017 gn->type |= OP_NOTMAIN | OP_SPECIAL;
  /src/external/cddl/osnet/dev/dtrace/mips/
dtrace_isa.c 388 case OP_SPECIAL:
  /src/external/gpl3/binutils/dist/opcodes/
iq2000-desc.h 88 OP_SPECIAL = 0, OP_REGIMM = 1, OP_J = 2, OP_JAL = 3
  /src/external/gpl3/binutils.old/dist/opcodes/
iq2000-desc.h 88 OP_SPECIAL = 0, OP_REGIMM = 1, OP_J = 2, OP_JAL = 3
  /src/external/gpl3/gdb.old/dist/opcodes/
iq2000-desc.h 88 OP_SPECIAL = 0, OP_REGIMM = 1, OP_J = 2, OP_JAL = 3
  /src/external/gpl3/gdb/dist/opcodes/
iq2000-desc.h 88 OP_SPECIAL = 0, OP_REGIMM = 1, OP_J = 2, OP_JAL = 3
  /src/sys/arch/arc/arc/
minidebug.c 679 case OP_SPECIAL:

Completed in 105 milliseconds