HomeSort by: relevance | last modified time | path
    Searched defs:op_name (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/include/
openpromio.h 50 int op_namelen; /* length of op_name */
51 char *op_name; /* pointer to field name */ member in struct:opiocdesc
  /src/sys/arch/mips/mips/
db_disasm.c 57 static const char * const op_name[64] = { variable in typeref:typename:const char * const[64]
584 db_printf("%s\t%s,", op_name[i.IType.op],
597 db_printf("%s\t%s,%s,", op_name[i.IType.op],
778 db_printf("%s\t%s,%s,%d", op_name[i.IType.op],
788 db_printf("%s\t", op_name[i.JType.op]);
799 op_name[i.IType.op],
814 db_printf("%s\tf%d,", op_name[i.IType.op],
829 db_printf("%s\t%s,", op_name[i.IType.op],
846 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op],
853 db_printf("%s\t%s,0x%x", op_name[i.IType.op]
    [all...]
  /src/sys/arch/arc/arc/
minidebug.c 60 static char *op_name[64] = { variable in typeref:typename:char * [64]
771 printf("%s\t%s,", op_name[i.IType.op],
784 printf("%s\t%s,%s,", op_name[i.IType.op],
871 printf("%s\t", op_name[i.JType.op]);
878 printf("%s\tf%d,", op_name[i.IType.op],
893 printf("%s\t%s,", op_name[i.IType.op],
910 printf("%s\t%s,%s,0x%x", op_name[i.IType.op],
917 printf("%s\t%s,0x%x", op_name[i.IType.op],
934 printf("%s\t%s,%s,%d", op_name[i.IType.op],
  /src/sys/arch/alpha/alpha/
db_disasm.c 130 static const char * const op_name[64] = { variable in typeref:typename:const char * const[64]
828 opcode = op_name[ctx->insn.mem_format.opcode];
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 645 int op_namelen; /* length of op_name */
646 netbsd32_charp op_name; /* pointer to field name */ member in struct:netbsd32_opiocdesc
704 p->op_name = NETBSD32PTR64(s32p->op_name);
746 NETBSD32PTR32(s32p->op_name, p->op_name);
  /src/usr.bin/xlint/lint1/
lint1.h 689 op_name(op_t op) function in typeref:typename:const char *

Completed in 15 milliseconds