Home
last modified time | relevance | path

Searched refs:op_name (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/usr.sbin/eeprom/
Dophandlers.c121 opio.op_name = keyword; in op_handler()
122 opio.op_namelen = strlen(opio.op_name); in op_handler()
223 opio1.op_name = buf1; in op_dump()
226 opio2.op_name = buf3; in op_dump()
241 opio1.op_namelen = strlen(opio1.op_name); in op_dump()
253 strcpy(opio2.op_name, opio1.op_buf); /* XXX strcpy is safe */ in op_dump()
254 opio2.op_namelen = strlen(opio2.op_name); in op_dump()
268 if (strcmp(ex->ex_keyword, opio2.op_name) == 0) in op_dump()
274 printf("%s=%s\n", opio2.op_name, opio2.op_buf); in op_dump()
280 memset(opio1.op_name, 0, sizeof(buf1)); in op_dump()
[all …]
/netbsd/src/usr.bin/xlint/lint1/
Dckbool.c110 error(107, op_name(op), tspec_name(lt), tspec_name(rt)); in typeok_strict_bool_binary_compatible()
143 error(330, op_name(op), tspec_name(lt)); in typeok_scalar_strict_bool()
148 error(331, op_name(op), tspec_name(lt)); in typeok_scalar_strict_bool()
154 error(332, op_name(op), tspec_name(rt)); in typeok_scalar_strict_bool()
167 error(335, op_name(op)); in typeok_scalar_strict_bool()
172 error(336, op_name(op)); in typeok_scalar_strict_bool()
177 error(337, op_name(op)); in typeok_scalar_strict_bool()
Dtree.c860 op_name(op), (int)rn->u.value.u.integer); in check_nonportable_char_comparison()
868 (int)ln->u.value.u.integer, op_name(op)); in check_nonportable_char_comparison()
894 op_name(op), (int)rn->u.value.u.integer); in check_integer_comparison()
900 op_name(op), (int)ln->u.value.u.integer); in check_integer_comparison()
911 warning(162, op_name(op), in check_integer_comparison()
915 warning(162, op_name(op), type_name(ln->tn_type), "0"); in check_integer_comparison()
922 warning(162, op_name(op), in check_integer_comparison()
926 warning(162, op_name(op), "0", type_name(rn->tn_type)); in check_integer_comparison()
1000 query_message(4, op_name(op), in apply_usual_arithmetic_conversions()
1241 (uintmax_t)l, op_name(tn->tn_op), in fold_constant_integer()
[all …]
Dmem1.c203 __func__, op_name(tn->tn_op), type_name(tn->tn_type)); in debug_memory_pool_item()
Dlint1.h684 op_name(op_t op) in op_name() function
Ddebug.c206 op == CVT && tn->tn_cast ? "cast" : op_name(op)); in debug_node()
Dfunc.c424 warning(130, type_name(cs->c_switch_type), op_name(EQ), in check_case_label_enum()
Dcgram.y2624 return op_name(val.y_op); in cgram_to_string()
/netbsd/src/sys/arch/mips/mips/
Ddb_disasm.c57 static const char * const op_name[64] = { variable
584 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
597 db_printf("%s\t%s,%s,", op_name[i.IType.op], in db_disasm_insn()
778 db_printf("%s\t%s,%s,%d", op_name[i.IType.op], in db_disasm_insn()
788 db_printf("%s\t", op_name[i.JType.op]); in db_disasm_insn()
799 op_name[i.IType.op], in db_disasm_insn()
814 db_printf("%s\tf%d,", op_name[i.IType.op], in db_disasm_insn()
829 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
846 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op], in db_disasm_insn()
853 db_printf("%s\t%s,0x%x", op_name[i.IType.op], in db_disasm_insn()
[all …]
/netbsd/src/sys/arch/sparc/sparc/
Dopenprom.c165 error = openpromgetstr(op->op_namelen, op->op_name, &name); in openpromioctl()
193 error = openpromgetstr(op->op_namelen, op->op_name, &name); in openpromioctl()
211 error = openpromgetstr(op->op_namelen, op->op_name, &name); in openpromioctl()
248 error = openpromgetstr(op->op_namelen, op->op_name, &name); in openpromioctl()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dconstant_time_test.c62 const char *op_name, unsigned int a, unsigned int b, in test_binary_op() argument
74 const char *op_name, unsigned int a, in test_binary_op_8() argument
85 const char *op_name, size_t a, size_t b, in test_binary_op_s() argument
96 const char *op_name, uint64_t a, uint64_t b, in test_binary_op_64() argument
102 TEST_error("TRUE %s op failed", op_name); in test_binary_op_64()
106 TEST_error("FALSE %s op failed", op_name); in test_binary_op_64()
/netbsd/src/sys/arch/arc/arc/
Dminidebug.c60 static char *op_name[64] = { variable
771 printf("%s\t%s,", op_name[i.IType.op], in mdbprintins()
784 printf("%s\t%s,%s,", op_name[i.IType.op], in mdbprintins()
871 printf("%s\t", op_name[i.JType.op]); in mdbprintins()
878 printf("%s\tf%d,", op_name[i.IType.op], in mdbprintins()
893 printf("%s\t%s,", op_name[i.IType.op], in mdbprintins()
910 printf("%s\t%s,%s,0x%x", op_name[i.IType.op], in mdbprintins()
917 printf("%s\t%s,0x%x", op_name[i.IType.op], in mdbprintins()
934 printf("%s\t%s,%s,%d", op_name[i.IType.op], in mdbprintins()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-predicate.cc336 const char *op_name = op_symbol_code (op.code); in dump_condition() local
338 if (op_name == op_symbol_code (ERROR_MARK)) in dump_condition()
339 op_name = get_tree_code_name (op.code); in dump_condition()
360 fprintf (f, "%s", op_name); in dump_condition()
369 fprintf (f, " %s #", op_name); in dump_condition()
373 fprintf (f, "# %s ", op_name); in dump_condition()
379 fprintf (f, "%s ", op_name); in dump_condition()
Dread-rtl-function.cc262 const char *op_name = get_operand_name (m_rtx, m_operand_idx); in apply() local
263 if (op_name) in apply()
266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx)); in apply()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dkvx-dis.c1240 const char *op_name = dec.opc->as_op; in decode_prologue_epilogue_bundle() local
1246 if (!strcmp (op_name, "addd")) in decode_prologue_epilogue_bundle()
1248 else if (!strcmp (op_name, "copyd")) in decode_prologue_epilogue_bundle()
1250 else if (!strcmp (op_name, "get")) in decode_prologue_epilogue_bundle()
1252 else if (!strcmp (op_name, "sd")) in decode_prologue_epilogue_bundle()
1257 else if (!strcmp (op_name, "sq")) in decode_prologue_epilogue_bundle()
1262 else if (!strcmp (op_name, "so")) in decode_prologue_epilogue_bundle()
1267 else if (!strcmp (op_name, "ret")) in decode_prologue_epilogue_bundle()
1272 else if (!strcmp (op_name, "goto")) in decode_prologue_epilogue_bundle()
1277 else if (!strcmp (op_name, "igoto")) in decode_prologue_epilogue_bundle()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dkvx-dis.c1240 const char *op_name = dec.opc->as_op; in decode_prologue_epilogue_bundle() local
1246 if (!strcmp (op_name, "addd")) in decode_prologue_epilogue_bundle()
1248 else if (!strcmp (op_name, "copyd")) in decode_prologue_epilogue_bundle()
1250 else if (!strcmp (op_name, "get")) in decode_prologue_epilogue_bundle()
1252 else if (!strcmp (op_name, "sd")) in decode_prologue_epilogue_bundle()
1257 else if (!strcmp (op_name, "sq")) in decode_prologue_epilogue_bundle()
1262 else if (!strcmp (op_name, "so")) in decode_prologue_epilogue_bundle()
1267 else if (!strcmp (op_name, "ret")) in decode_prologue_epilogue_bundle()
1272 else if (!strcmp (op_name, "goto")) in decode_prologue_epilogue_bundle()
1277 else if (!strcmp (op_name, "igoto")) in decode_prologue_epilogue_bundle()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-xgate.c480 char op_name[9] = { 0 }; in md_assemble() local
488 input_line = extract_word (input_line, op_name, sizeof (op_name)); in md_assemble()
491 if (!op_name[0]) in md_assemble()
495 op_name); in md_assemble()
497 as_bad (_("opcode %s not found in opcode hash table"), op_name); in md_assemble()
542 p = extract_word (p, op_name, 10); in md_assemble()
546 op_name); in md_assemble()
/netbsd/src/sys/arch/sparc/include/
Dopenpromio.h51 char *op_name; /* pointer to field name */ member
/netbsd/src/sys/arch/sparc64/sparc64/
Dnetbsd32_machdep.c646 netbsd32_charp op_name; /* pointer to field name */ member
704 p->op_name = NETBSD32PTR64(s32p->op_name); in netbsd32_to_opiocdesc()
746 NETBSD32PTR32(s32p->op_name, p->op_name); in netbsd32_from_opiocdesc()
/netbsd/src/sys/arch/alpha/alpha/
Ddb_disasm.c130 static const char * const op_name[64] = { variable
828 opcode = op_name[ctx->insn.mem_format.opcode]; in alpha_print_instruction()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_dis.c347 const char *op_name; in dt_dis() member
452 op->op_func(dp, op->op_name, instr, fp); in dt_dis()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
Dtcsd_conf.c258 tcsd_set_remote_op(struct tcsd_config *conf, char *op_name) in tcsd_set_remote_op() argument
263 if (!strcasecmp(tcsd_ops[i]->name, op_name)) { in tcsd_set_remote_op()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20033125 (op_name): Add expression to argument signature.
3126 Use langauge-specific op_name.
3128 (op_name_standard): New function, containing code formerly in op_name.
3129 (dump_subexp): Use new version of op_name function.
3132 (dump_raw_expression): Use new op_name interface.
DChangeLog-20122376 on return value for "op_name" callbacks.
9880 * expression.h (op_name): Add declaration.
9881 * expprint.c (op_name): Remove declaration. Make non-static.
9882 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
DChangeLog-2020736 * expprint.c (op_name): Update.
1390 (struct exp_descriptor) <op_name>: Remove.
1396 * expression.h (op_name): Update.
1397 * expprint.c (op_name): Rewrite.
5093 (op_name): Likewise.

12