HomeSort by: relevance | last modified time | path
    Searched refs:OP_SPECIAL (Results 1 - 16 of 16) 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 969 case OP_SPECIAL:
987 if (i.JType.op == OP_SPECIAL
1010 return (i.JType.op == OP_SPECIAL && i.RType.func == OP_JR &&
1025 (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 1358 OP_SPECIAL | OP_PHONY)) {
1410 !(gn->type & OP_SPECIAL)) {
1426 if (gn->mtime != 0 || (gn->type & OP_SPECIAL))
1693 job->special = (gn->type & OP_SPECIAL) != OP_NONE;
make.h 313 OP_SPECIAL = 1 << 12,
make.c 152 ADD(OP_SPECIAL);
meta.c 414 SKIP_META_TYPE(OP_SPECIAL, "SPECIAL");
main.c 2131 errorNode->type |= OP_SPECIAL;
parse.c 1017 gn->type |= OP_NOTMAIN | OP_SPECIAL;
  /src/sys/arch/arc/arc/
minidebug.c 679 case OP_SPECIAL:

Completed in 28 milliseconds