| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optabs-tree.cc | 325 tree vectype_in, enum tree_code *code1) in supportable_half_widening_operation() argument 346 *code1 = LSHIFT_EXPR; in supportable_half_widening_operation() 349 *code1 = MINUS_EXPR; in supportable_half_widening_operation() 352 *code1 = PLUS_EXPR; in supportable_half_widening_operation() 355 *code1 = MULT_EXPR; in supportable_half_widening_operation() 365 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation() 387 enum tree_code *code1) in supportable_convert_operation() argument 408 *code1 = code; in supportable_convert_operation() 415 *code1 = code; in supportable_convert_operation() 422 *code1 = code; in supportable_convert_operation()
|
| D | dojump.cc | 850 enum rtx_code *code1, enum rtx_code *code2) in split_comparison() argument 855 *code1 = ORDERED; in split_comparison() 859 *code1 = ORDERED; in split_comparison() 863 *code1 = ORDERED; in split_comparison() 867 *code1 = ORDERED; in split_comparison() 871 *code1 = ORDERED; in split_comparison() 875 *code1 = UNORDERED; in split_comparison() 879 *code1 = UNORDERED; in split_comparison() 883 *code1 = UNORDERED; in split_comparison() 887 *code1 = UNORDERED; in split_comparison() [all …]
|
| D | regcprop.cc | 557 RTX_CODE code1 = GET_CODE (orig_op1); in replace_oldest_value_addr() local 573 code1 = GET_CODE (op1); in replace_oldest_value_addr() 577 || code0 == ZERO_EXTEND || code1 == MEM) in replace_oldest_value_addr() 583 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr() 584 || code1 == ZERO_EXTEND || code0 == MEM) in replace_oldest_value_addr() 596 else if (code1 == CONST_INT || code1 == CONST in replace_oldest_value_addr() 597 || code1 == SYMBOL_REF || code1 == LABEL_REF) in replace_oldest_value_addr() 602 else if (code0 == REG && code1 == REG) in replace_oldest_value_addr() 631 else if (code1 == REG) in replace_oldest_value_addr()
|
| D | tree-vect-generic.cc | 1884 enum tree_code code1 = ERROR_MARK; in expand_vector_conversion() local 1904 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion() 1906 g = gimple_build_assign (lhs, code1, arg); in expand_vector_conversion() 1924 &code1)) in expand_vector_conversion() 1928 NULL_TREE, code1, false); in expand_vector_conversion() 1942 code1 = VEC_PACK_TRUNC_EXPR; in expand_vector_conversion() 1943 optab1 = optab_for_tree_code (code1, arg_type, optab_default); in expand_vector_conversion() 1946 code1 = VEC_PACK_FIX_TRUNC_EXPR; in expand_vector_conversion() 1948 optab1 = optab_for_tree_code (code1, ret_type, optab_default); in expand_vector_conversion() 1951 code1 = VEC_PACK_FLOAT_EXPR; in expand_vector_conversion() [all …]
|
| D | gimple-ssa-split-paths.cc | 183 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 186 if (!poor_ifcvt_candidate_code (code1) in is_feasible_trace() 230 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 232 if (!poor_ifcvt_candidate_code (code1)) in is_feasible_trace()
|
| D | regrename.cc | 1316 RTX_CODE code1 = GET_CODE (orig_op1); in scan_rtx_address() local 1332 code1 = GET_CODE (op1); in scan_rtx_address() 1336 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address() 1342 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address() 1343 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address() 1355 else if (code1 == CONST_INT || code1 == CONST in scan_rtx_address() 1356 || code1 == SYMBOL_REF || code1 == LABEL_REF) in scan_rtx_address() 1361 else if (code0 == REG && code1 == REG) in scan_rtx_address() 1390 else if (code1 == REG) in scan_rtx_address()
|
| D | ira-costs.cc | 1188 enum rtx_code code1 = GET_CODE (arg1); in record_address_regs() local 1193 if (code1 == SUBREG) in record_address_regs() 1194 arg1 = SUBREG_REG (arg1), code1 = GET_CODE (arg1); in record_address_regs() 1203 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1211 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1214 else if (code1 == SYMBOL_REF || code1 == CONST || code1 == LABEL_REF) in record_address_regs() 1215 record_address_regs (mode, as, arg0, 1, PLUS, code1, scale); in record_address_regs() 1219 else if (code0 == REG && code1 == REG in record_address_regs() 1227 else if (code0 == REG && code1 == REG in record_address_regs() 1238 else if ((code0 == REG && REG_POINTER (arg0)) || code1 == MULT) in record_address_regs() [all …]
|
| D | ipa-icf-gimple.cc | 757 tree_code code1, code2; in compare_gimple_assign() local 760 code1 = gimple_assign_rhs_code (s1); in compare_gimple_assign() 763 if (code1 != code2) in compare_gimple_assign() 797 tree_code code1, code2; in compare_gimple_cond() local 799 code1 = gimple_cond_code (s1); in compare_gimple_cond() 802 if (code1 != code2) in compare_gimple_cond()
|
| D | gimple-predicate-analysis.cc | 883 tree_code code1 = pred1.cond_code; in subset_of() local 885 code1 = invert_tree_comparison (code1, false); in subset_of() 890 if (code2 == NE_EXPR && code1 == NE_EXPR) in subset_of() 894 return !value_sat_pred_p (pred2.pred_rhs, pred1.pred_rhs, code1); in subset_of() 896 if (code1 == EQ_EXPR) in subset_of() 899 if (code1 == code2) in subset_of() 901 code1 == BIT_AND_EXPR); in subset_of()
|
| D | rtl.cc | 922 rtl_check_failed_code2 (const_rtx r, enum rtx_code code1, enum rtx_code code2, in rtl_check_failed_code2() argument 927 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (GET_CODE (r)), in rtl_check_failed_code2() 932 rtl_check_failed_code3 (const_rtx r, enum rtx_code code1, enum rtx_code code2, in rtl_check_failed_code3() argument 938 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3), in rtl_check_failed_code3()
|
| D | cfgcleanup.cc | 254 enum rtx_code code1, code2, reversed_code2; in thread_jump() local 296 code1 = reversed_comparison_code (cond1, BB_END (e->src)); in thread_jump() 298 code1 = GET_CODE (cond1); in thread_jump() 303 if (!comparison_dominates_p (code1, code2) in thread_jump() 304 && !comparison_dominates_p (code1, reversed_code2)) in thread_jump() 386 if ((comparison_dominates_p (code1, code2) != 0) in thread_jump() 1623 enum rtx_code code1, code2; in outgoing_edges_match() local 1667 code1 = GET_CODE (cond1); in outgoing_edges_match() 1677 match = ((code1 == code2 in outgoing_edges_match() 1680 || (code1 == swap_condition (code2) in outgoing_edges_match()
|
| D | gimple-fold.cc | 6543 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, 6554 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b, 6772 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, in and_comparisons_1() argument 6784 TRUTH_ANDIF_EXPR, code1, code2, in and_comparisons_1() 6796 TRUTH_ANDIF_EXPR, code1, in and_comparisons_1() 6807 && (code1 == NE_EXPR || code1 == EQ_EXPR) in and_comparisons_1() 6810 bool invert = ((code1 == EQ_EXPR && integer_zerop (op1b)) in and_comparisons_1() 6811 || (code1 == NE_EXPR && integer_onep (op1b))); in and_comparisons_1() 6919 enum tree_code code1, in maybe_fold_comparisons_from_match_pd() argument 6929 gimple_assign_set_rhs_code (stmt1, code1); in maybe_fold_comparisons_from_match_pd() [all …]
|
| D | jump.cc | 690 comparison_dominates_p (enum rtx_code code1, enum rtx_code code2) in comparison_dominates_p() argument 695 if (code1 == UNKNOWN || code2 == UNKNOWN) in comparison_dominates_p() 698 if (code1 == code2) in comparison_dominates_p() 701 switch (code1) in comparison_dominates_p()
|
| D | reload.cc | 5587 RTX_CODE code1 = GET_CODE (orig_op1); in find_reloads_address_1() local 5607 code1 = GET_CODE (op1); in find_reloads_address_1() 5608 if (code1 == REG && REGNO (op1) < FIRST_PSEUDO_REGISTER) in find_reloads_address_1() 5634 || code0 == ZERO_EXTEND || code1 == MEM) in find_reloads_address_1() 5644 else if (code1 == MULT || code1 == ASHIFT in find_reloads_address_1() 5645 || code1 == SIGN_EXTEND || code1 == TRUNCATE in find_reloads_address_1() 5646 || code1 == ZERO_EXTEND || code0 == MEM) in find_reloads_address_1() 5648 find_reloads_address_1 (mode, as, orig_op0, 0, PLUS, code1, in find_reloads_address_1() 5662 else if (code1 == CONST_INT || code1 == CONST in find_reloads_address_1() 5663 || code1 == SYMBOL_REF || code1 == LABEL_REF) in find_reloads_address_1() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.cc | 351 enum rtx_code code1; in iq2000_legitimate_address_p() local 359 code1 = GET_CODE (xplus1); in iq2000_legitimate_address_p() 364 if (code1 == CONST_INT && SMALL_INT (xplus1) in iq2000_legitimate_address_p() 454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local 481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs() 498 if (code1 == REG) in iq2000_count_memory_refs() 506 if (code1 == CONST_INT) in iq2000_count_memory_refs() 520 if (code1 == SYMBOL_REF || code1 == LABEL_REF || code1 == CONST) in iq2000_count_memory_refs() 577 enum rtx_code code1 = GET_CODE (op1); in iq2000_move_1word() local 593 while (code1 == SUBREG) in iq2000_move_1word() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck.cc | 283 enum tree_code code1 = TREE_CODE (t1); in cp_common_type() local 313 if (code1 == COMPLEX_TYPE || code2 == COMPLEX_TYPE) in cp_common_type() 315 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in cp_common_type() 320 if (code1 == COMPLEX_TYPE && TREE_TYPE (t1) == subtype) in cp_common_type() 329 if (code1 == VECTOR_TYPE) in cp_common_type() 340 if (code1 == REAL_TYPE && code2 != REAL_TYPE) in cp_common_type() 342 if (code2 == REAL_TYPE && code1 != REAL_TYPE) in cp_common_type() 355 if (code1 != REAL_TYPE) in cp_common_type() 763 enum tree_code code1; in merge_types() local 792 code1 = TREE_CODE (t1); in merge_types() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | valops.c | 400 enum type_code code1; in value_cast() local 454 code1 = type->code (); in value_cast() 465 if (code1 == TYPE_CODE_ARRAY) in value_cast() 507 if (code1 == TYPE_CODE_COMPLEX) in value_cast() 509 if (code1 == TYPE_CODE_BOOL) in value_cast() 511 code1 = TYPE_CODE_INT; in value_cast() 514 if (code1 == TYPE_CODE_CHAR) in value_cast() 515 code1 = TYPE_CODE_INT; in value_cast() 524 if ((code1 == TYPE_CODE_STRUCT || code1 == TYPE_CODE_UNION) in value_cast() 564 else if ((code1 == TYPE_CODE_INT || code1 == TYPE_CODE_ENUM in value_cast() [all …]
|
| D | valarith.c | 1579 enum type_code code1; in value_equal() local 1588 code1 = type1->code (); in value_equal() 1613 else if (code1 == TYPE_CODE_PTR && is_int2) in value_equal() 1618 else if (code1 == code2 in value_equal() 1631 else if (code1 == TYPE_CODE_STRING && code2 == TYPE_CODE_STRING) in value_equal() 1664 enum type_code code1; in value_less() local 1674 code1 = type1->code (); in value_less() 1697 else if (code1 == TYPE_CODE_PTR && code2 == TYPE_CODE_PTR) in value_less() 1702 else if (code1 == TYPE_CODE_PTR && is_int2) in value_less() 1706 else if (code1 == TYPE_CODE_STRING && code2 == TYPE_CODE_STRING) in value_less()
|
| D | opencl-lang.c | 597 enum type_code code1, code2; in opencl_value_cast() local 603 code1 = to_type->code (); in opencl_value_cast() 614 if (code1 == TYPE_CODE_ARRAY && to_type->is_vector () && scalar) in opencl_value_cast()
|
| /netbsd/src/usr.bin/mkubootimage/ |
| D | arm64.h | 39 uint32_t code1; /* Executable code */ member
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| D | ucgendat.c | 157 ac_uint4 code1; member 1209 long diff = comp1->code1 - comp2->code1; in cmpcomps() 1269 comps[cu].code1 = decomps[i].decomp[0]; in create_comps() 1525 (unsigned long) comps[i].code1, (unsigned long) comps[i].code2); in write_cdata()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-msp430.c | 2385 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local 2394 code1 = bfd_get_16 (abfd, contents + irel->r_offset - 4); in msp430_elf_relax_section() 2405 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1) in msp430_elf_relax_section() 2407 else if (rx->cdx == 1 && rx->f1 == code1) in msp430_elf_relax_section() 2512 int code1, code2, opcode; in msp430_elf_relax_section() local 2556 code1 = bfd_get_16 (abfd, contents + irel->r_offset - 4); in msp430_elf_relax_section() 2557 switch (code1) in msp430_elf_relax_section()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-msp430.c | 2385 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local 2394 code1 = bfd_get_16 (abfd, contents + irel->r_offset - 4); in msp430_elf_relax_section() 2405 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1) in msp430_elf_relax_section() 2407 else if (rx->cdx == 1 && rx->f1 == code1) in msp430_elf_relax_section() 2512 int code1, code2, opcode; in msp430_elf_relax_section() local 2556 code1 = bfd_get_16 (abfd, contents + irel->r_offset - 4); in msp430_elf_relax_section() 2557 switch (code1) in msp430_elf_relax_section()
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | m68hc11.h | 441 unsigned char code1; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | m68hc11.h | 441 unsigned char code1; member
|