| /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 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 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/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_dis.c | 347 const char *op_name; member in struct:opent 452 op->op_func(dp, op->op_name, instr, fp);
|
| /src/sys/arch/alpha/alpha/ |
| db_disasm.c | 130 static const char * const op_name[64] = { variable 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/external/gpl3/binutils/dist/gas/config/ |
| tc-xgate.c | 480 char op_name[9] = { 0 }; local 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); 491 if (!op_name[0]) 494 opcode_handle = str_hash_find (xgate_hash, op_name); 496 as_bad (_("opcode %s not found in opcode hash table"), op_name); 541 p = extract_word (p, op_name, 10); 543 opcode_handle = str_hash_find (xgate_hash, op_name);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| kvx-dis.c | 1240 const char *op_name = dec.opc->as_op; local 1246 if (!strcmp (op_name, "addd")) 1248 else if (!strcmp (op_name, "copyd")) 1250 else if (!strcmp (op_name, "get")) 1252 else if (!strcmp (op_name, "sd")) 1257 else if (!strcmp (op_name, "sq")) 1262 else if (!strcmp (op_name, "so")) 1267 else if (!strcmp (op_name, "ret")) 1272 else if (!strcmp (op_name, "goto")) 1277 else if (!strcmp (op_name, "igoto") [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xgate.c | 480 char op_name[9] = { 0 }; local 488 input_line = extract_word (input_line, op_name, sizeof (op_name)); 491 if (!op_name[0]) 494 opcode_handle = str_hash_find (xgate_hash, op_name); 496 as_bad (_("opcode %s not found in opcode hash table"), op_name); 541 p = extract_word (p, op_name, 10); 543 opcode_handle = str_hash_find (xgate_hash, op_name);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| kvx-dis.c | 1240 const char *op_name = dec.opc->as_op; local 1246 if (!strcmp (op_name, "addd")) 1248 else if (!strcmp (op_name, "copyd")) 1250 else if (!strcmp (op_name, "get")) 1252 else if (!strcmp (op_name, "sd")) 1257 else if (!strcmp (op_name, "sq")) 1262 else if (!strcmp (op_name, "so")) 1267 else if (!strcmp (op_name, "ret")) 1272 else if (!strcmp (op_name, "goto")) 1277 else if (!strcmp (op_name, "igoto") [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| kvx-dis.c | 1240 const char *op_name = dec.opc->as_op; local 1246 if (!strcmp (op_name, "addd")) 1248 else if (!strcmp (op_name, "copyd")) 1250 else if (!strcmp (op_name, "get")) 1252 else if (!strcmp (op_name, "sd")) 1257 else if (!strcmp (op_name, "sq")) 1262 else if (!strcmp (op_name, "so")) 1267 else if (!strcmp (op_name, "ret")) 1272 else if (!strcmp (op_name, "goto")) 1277 else if (!strcmp (op_name, "igoto") [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| kvx-dis.c | 1240 const char *op_name = dec.opc->as_op; local 1246 if (!strcmp (op_name, "addd")) 1248 else if (!strcmp (op_name, "copyd")) 1250 else if (!strcmp (op_name, "get")) 1252 else if (!strcmp (op_name, "sd")) 1257 else if (!strcmp (op_name, "sq")) 1262 else if (!strcmp (op_name, "so")) 1267 else if (!strcmp (op_name, "ret")) 1272 else if (!strcmp (op_name, "goto")) 1277 else if (!strcmp (op_name, "igoto") [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| read-rtl-function.cc | 262 const char *op_name = get_operand_name (m_rtx, m_operand_idx); local 263 if (op_name) 266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-rtl-function.cc | 262 const char *op_name = get_operand_name (m_rtx, m_operand_idx); local 263 if (op_name) 266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
|
| /src/usr.bin/xlint/lint1/ |
| lint1.h | 691 op_name(op_t op) function
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 3940 const char *op_name; 3944 op_name = is_sizeof ? "sizeof" : "__alignof__"; 3976 "invalid application of %qs to a void type", op_name); 3986 op_name, type); 3994 "incomplete element type", op_name, type); 3929 const char *op_name; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 3877 const char *op_name; 3881 op_name = is_sizeof ? "sizeof" : "__alignof__"; 3913 "invalid application of %qs to a void type", op_name); 3923 op_name, type); 3931 "incomplete element type", op_name, type); 3866 const char *op_name; local
|