/netbsd-src/sys/arch/mvme68k/stand/sboot/ |
H A D | etherfun.c | 133 tftp_a->op_code = FTPOP_ACKN; in do_send_tftp() 180 if (tftp->info.op_code == FTPOP_ERR) { in do_get_file()
|
H A D | etherfun.h | 96 u_short op_code; member
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | eap_pax_common.h | 17 u8 op_code; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-address.c | 630 enum tree_code op_code; in most_expensive_mult_to_index() local 662 op_code = PLUS_EXPR; in most_expensive_mult_to_index() 664 op_code = MINUS_EXPR; in most_expensive_mult_to_index() 674 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt); in most_expensive_mult_to_index() 675 else if (op_code == PLUS_EXPR) in most_expensive_mult_to_index()
|
H A D | graphite-isl-ast-to-gimple.c | 441 enum tree_code op_code; in nary_op_to_tree() local 445 op_code = MAX_EXPR; in nary_op_to_tree() 449 op_code = MIN_EXPR; in nary_op_to_tree() 476 res = fold_build2 (op_code, type, res, t); in nary_op_to_tree()
|
H A D | gimple-match-head.c | 147 tree_code op_code = (tree_code) res_op->code; in maybe_resimplify_conditional_op() local 153 if (op_code == COND_EXPR || op_code == VEC_COND_EXPR) in maybe_resimplify_conditional_op()
|
H A D | simplify-rtx.c | 5841 rtx_code op_code = GET_CODE (on_nonzero); in simplify_cond_clz_ctz() local 5842 if ((op_code != CLZ && op_code != CTZ) in simplify_cond_clz_ctz() 5850 if (((op_code == CLZ && CLZ_DEFINED_VALUE_AT_ZERO (mode, op_val)) in simplify_cond_clz_ctz() 5851 || (op_code == CTZ && CTZ_DEFINED_VALUE_AT_ZERO (mode, op_val))) in simplify_cond_clz_ctz()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-address.cc | 630 enum tree_code op_code; in most_expensive_mult_to_index() local 662 op_code = PLUS_EXPR; in most_expensive_mult_to_index() 664 op_code = MINUS_EXPR; in most_expensive_mult_to_index() 674 mult_elt = fold_build2 (op_code, sizetype, mult_elt, elt); in most_expensive_mult_to_index() 675 else if (op_code == PLUS_EXPR) in most_expensive_mult_to_index()
|
H A D | graphite-isl-ast-to-gimple.cc | 434 enum tree_code op_code; in nary_op_to_tree() local 438 op_code = MAX_EXPR; in nary_op_to_tree() 442 op_code = MIN_EXPR; in nary_op_to_tree() 469 res = fold_build2 (op_code, type, res, t); in nary_op_to_tree()
|
H A D | gimple-match-head.cc | 151 tree_code op_code = (tree_code) res_op->code; in maybe_resimplify_conditional_op() local 157 if (op_code == COND_EXPR) in maybe_resimplify_conditional_op()
|
H A D | simplify-rtx.cc | 6371 rtx_code op_code = GET_CODE (on_nonzero); in simplify_cond_clz_ctz() local 6372 if ((op_code != CLZ && op_code != CTZ) in simplify_cond_clz_ctz() 6380 if (((op_code == CLZ && CLZ_DEFINED_VALUE_AT_ZERO (mode, op_val)) in simplify_cond_clz_ctz() 6381 || (op_code == CTZ && CTZ_DEFINED_VALUE_AT_ZERO (mode, op_val))) in simplify_cond_clz_ctz()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 419 unsigned char op_code; in process_extended_line_op() local 434 op_code = *data++; in process_extended_line_op() 436 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op() 438 switch (op_code) in process_extended_line_op() 567 if (op_code >= DW_LNE_lo_user in process_extended_line_op() 4868 unsigned char op_code; in display_debug_lines_raw() local 4874 op_code = *data++; in display_debug_lines_raw() 4876 if (op_code >= linfo.li_opcode_base) in display_debug_lines_raw() 4878 op_code -= linfo.li_opcode_base; in display_debug_lines_raw() 4879 uladv = (op_code / linfo.li_line_range); in display_debug_lines_raw() [all …]
|
H A D | ChangeLog-2017 | 722 (display_debug_lines_decoded): Likewise. Disambiguate op_code tests,
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 469 unsigned char op_code; in process_extended_line_op() local 484 op_code = *data++; in process_extended_line_op() 486 printf (_(" Extended opcode %d: "), op_code); in process_extended_line_op() 488 switch (op_code) in process_extended_line_op() 617 if (op_code >= DW_LNE_lo_user in process_extended_line_op() 4681 unsigned char op_code; in display_debug_lines_raw() local 4687 op_code = *data++; in display_debug_lines_raw() 4689 if (op_code >= linfo.li_opcode_base) in display_debug_lines_raw() 4691 op_code -= linfo.li_opcode_base; in display_debug_lines_raw() 4692 uladv = (op_code / linfo.li_line_range); in display_debug_lines_raw() [all …]
|
H A D | ChangeLog-2017 | 722 (display_debug_lines_decoded): Likewise. Disambiguate op_code tests,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_linux.cc | 1795 uint32_t op_code; in GetWriteFlag() local 1800 op_code = (faulty_instruction >> 26) & 0x3f; in GetWriteFlag() 1803 switch (op_code) { in GetWriteFlag() 1832 op_code = (faulty_instruction >> 19) & 0x3; in GetWriteFlag() 1833 switch (op_code) { in GetWriteFlag()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_linux.cc | 1868 uint32_t op_code; in GetWriteFlag() local 1878 op_code = (faulty_instruction >> 26) & 0x3f; in GetWriteFlag() 1881 switch (op_code) { in GetWriteFlag() 1910 op_code = (faulty_instruction >> 19) & 0x3; in GetWriteFlag() 1911 switch (op_code) { in GetWriteFlag()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | visium.cc | 2372 visium_split_cstore (enum rtx_code op_code, rtx op0, rtx op1, in visium_split_cstore() argument 2378 if (cc_mode == CCFPEmode && (op_code == NEG || op_code == MINUS)) in visium_split_cstore() 2387 switch (op_code) in visium_split_cstore() 2396 x = gen_rtx_fmt_ee (op_code, SImode, op1, x); in visium_split_cstore()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | visium.c | 2370 visium_split_cstore (enum rtx_code op_code, rtx op0, rtx op1, in visium_split_cstore() argument 2376 if (cc_mode == CCFPEmode && (op_code == NEG || op_code == MINUS)) in visium_split_cstore() 2385 switch (op_code) in visium_split_cstore() 2394 x = gen_rtx_fmt_ee (op_code, SImode, op1, x); in visium_split_cstore()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | dwarf2.c | 2610 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local 2814 op_code = read_1_byte (abfd, &line_ptr, line_end); in decode_line_info() 2816 if (op_code >= lh.opcode_base) in decode_line_info() 2819 adj_opcode = op_code - lh.opcode_base; in decode_line_info() 2844 else switch (op_code) in decode_line_info() 2969 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 2692 unsigned char op_code, extended_op, adj_opcode; in decode_line_info() local 2906 op_code = read_1_byte (abfd, &line_ptr, line_end); in decode_line_info() 2908 if (op_code >= lh.opcode_base) in decode_line_info() 2911 adj_opcode = op_code - lh.opcode_base; in decode_line_info() 2936 else switch (op_code) in decode_line_info() 3061 for (i = 0; i < lh.standard_opcode_lengths[op_code]; i++) in decode_line_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | m68k.cc | 1807 enum rtx_code op_code = GET_CODE (op); in output_scc_di() local 1821 op_code = swap_condition (op_code); in output_scc_di() 1856 switch (op_code) in output_scc_di()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | m68k.c | 1807 enum rtx_code op_code = GET_CODE (op); in output_scc_di() local 1821 op_code = swap_condition (op_code); in output_scc_di() 1856 switch (op_code) in output_scc_di()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_iwmreg.h | 2139 uint8_t op_code; member
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | hr.po | 1560 #. for op_code. 1561 #. && op_code <= DW_LNE_hi_user
|