| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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() 704 if (code2 == UNLE || code2 == UNGE) in comparison_dominates_p() 709 if (code2 == LE || code2 == LEU || code2 == GE || code2 == GEU in comparison_dominates_p() 710 || code2 == ORDERED) in comparison_dominates_p() 715 if (code2 == UNLE || code2 == NE) in comparison_dominates_p() 720 if (code2 == LE || code2 == NE || code2 == ORDERED || code2 == LTGT) in comparison_dominates_p() 725 if (code2 == UNGE || code2 == NE) in comparison_dominates_p() 730 if (code2 == GE || code2 == NE || code2 == ORDERED || code2 == LTGT) in comparison_dominates_p() [all …]
|
| D | dojump.cc | 850 enum rtx_code *code1, enum rtx_code *code2) in split_comparison() argument 856 *code2 = UNLT; in split_comparison() 860 *code2 = UNLE; in split_comparison() 864 *code2 = UNGT; in split_comparison() 868 *code2 = UNGE; in split_comparison() 872 *code2 = UNEQ; in split_comparison() 876 *code2 = LTGT; in split_comparison() 880 *code2 = LT; in split_comparison() 884 *code2 = LE; in split_comparison() 888 *code2 = GT; in split_comparison() [all …]
|
| D | gimple-fold.cc | 6544 enum tree_code code2, tree op2a, tree op2b, basic_block); 6547 enum tree_code code2, tree op2a, tree op2b, 6551 enum tree_code code2, tree op2a, tree op2b, 6555 enum tree_code code2, tree op2a, tree op2b, 6559 enum tree_code code2, tree op2a, tree op2b, 6563 enum tree_code code2, tree op2a, tree op2b, 6573 enum tree_code code2, tree op2a, tree op2b, in and_var_with_comparison() argument 6588 invert_tree_comparison (code2, false), in and_var_with_comparison() 6591 t = and_var_with_comparison_1 (type, stmt, code2, op2a, op2b, in and_var_with_comparison() 6602 enum tree_code code2, tree op2a, tree op2b, in and_var_with_comparison_1() argument [all …]
|
| D | ipa-icf-gimple.cc | 757 tree_code code1, code2; in compare_gimple_assign() local 761 code2 = gimple_assign_rhs_code (s2); in compare_gimple_assign() 763 if (code1 != code2) in compare_gimple_assign() 797 tree_code code1, code2; in compare_gimple_cond() local 800 code2 = gimple_cond_code (s2); in compare_gimple_cond() 802 if (code1 != code2) in compare_gimple_cond()
|
| D | gimple-predicate-analysis.cc | 886 tree_code code2 = pred2.cond_code; in subset_of() local 888 code2 = invert_tree_comparison (code2, false); in subset_of() 890 if (code2 == NE_EXPR && code1 == NE_EXPR) in subset_of() 893 if (code2 == NE_EXPR) in subset_of() 897 return value_sat_pred_p (pred1.pred_rhs, pred2.pred_rhs, code2); in subset_of() 899 if (code1 == code2) in subset_of() 900 return value_sat_pred_p (pred1.pred_rhs, pred2.pred_rhs, code2, 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 300 code2 = GET_CODE (cond2); in thread_jump() 303 if (!comparison_dominates_p (code1, 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 1669 code2 = reversed_comparison_code (cond2, BB_END (bb2)); in outgoing_edges_match() 1671 code2 = GET_CODE (cond2); in outgoing_edges_match() 1673 if (code2 == UNKNOWN) in outgoing_edges_match() 1677 match = ((code1 == code2 in outgoing_edges_match() 1680 || (code1 == swap_condition (code2) in outgoing_edges_match()
|
| D | gimple-ssa-split-paths.cc | 184 enum tree_code code2 = gimple_assign_rhs_code (stmt2); in is_feasible_trace() local 187 && !poor_ifcvt_candidate_code (code2)) in is_feasible_trace()
|
| D | tree-ssa-tail-merge.cc | 1130 enum tree_code code1, code2; in gimple_equal_p() local 1205 code2 = gimple_cond_code (s2); in gimple_equal_p() 1211 code2 = invert_tree_comparison (code2, honor_nans); in gimple_equal_p() 1213 return code1 == code2; in gimple_equal_p()
|
| D | tree-vect-generic.cc | 2005 enum tree_code code2 = ERROR_MARK; in expand_vector_conversion() local 2011 code2 = VEC_UNPACK_HI_EXPR; in expand_vector_conversion() 2015 code2 = VEC_UNPACK_FIX_TRUNC_HI_EXPR; in expand_vector_conversion() 2019 code2 = VEC_UNPACK_FLOAT_HI_EXPR; in expand_vector_conversion() 2025 std::swap (code1, code2); in expand_vector_conversion() 2031 optab2 = optab_for_tree_code (code2, ret_type, optab_default); in expand_vector_conversion() 2036 optab2 = optab_for_tree_code (code2, arg_type, optab_default); in expand_vector_conversion() 2093 ce.value = gimplify_build1 (gsi, code2, cretd_type, a); in expand_vector_conversion()
|
| D | match.pd | 2402 (for code2 (eq ne lt gt le ge) 2404 (bit_and:c (code1@3 @0 INTEGER_CST@1) (code2@4 @0 INTEGER_CST@2)) 2409 switch (code2) 2428 (for code2 (lt le gt ge) 2430 (bit_and (code1:c@3 @0 INTEGER_CST@1) (code2:c@4 @0 INTEGER_CST@2)) 2438 && (code2 == LT_EXPR || code2 == LE_EXPR)) 2444 && (code2 == GT_EXPR || code2 == GE_EXPR)) 2450 && ((code1 == LE_EXPR && code2 == GE_EXPR) 2451 || (code1 == GE_EXPR && code2 == LE_EXPR))) 2456 && (code2 == GT_EXPR || code2 == GE_EXPR)) [all …]
|
| D | tree-ssa-forwprop.cc | 2534 enum tree_code code, code2 = ERROR_MARK; in simplify_permutation() local 2619 code2 = gimple_assign_rhs_code (def_stmt2); in simplify_permutation() 2620 if (code2 == VIEW_CONVERT_EXPR) in simplify_permutation() 2634 else if (code2 != CONSTRUCTOR && code2 != VECTOR_CST) in simplify_permutation() 2654 if (code == VIEW_CONVERT_EXPR || code2 == VIEW_CONVERT_EXPR) in simplify_permutation() 2666 if (code2 == VIEW_CONVERT_EXPR) in simplify_permutation()
|
| D | cfgexpand.cc | 2603 enum tree_code code2 = gimple_assign_rhs_code (second); in expand_gimple_cond() local 2604 if (TREE_CODE_CLASS (code2) == tcc_comparison) in expand_gimple_cond() 2606 code = code2; in expand_gimple_cond() 2615 if ((code2 == BIT_AND_EXPR in expand_gimple_cond() 2618 || code2 == TRUTH_AND_EXPR) in expand_gimple_cond() 2624 else if (code2 == BIT_IOR_EXPR || code2 == TRUTH_OR_EXPR) in expand_gimple_cond()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | opencl-lang.c | 597 enum type_code code1, code2; in opencl_value_cast() local 604 code2 = check_typedef (arg->type ())->code (); in opencl_value_cast() 606 if (code2 == TYPE_CODE_REF) in opencl_value_cast() 607 code2 = check_typedef (coerce_ref(arg)->type ())->code (); in opencl_value_cast() 609 scalar = (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_BOOL in opencl_value_cast() 610 || code2 == TYPE_CODE_CHAR || code2 == TYPE_CODE_FLT in opencl_value_cast() 611 || code2 == TYPE_CODE_DECFLOAT || code2 == TYPE_CODE_ENUM in opencl_value_cast() 612 || code2 == TYPE_CODE_RANGE); in opencl_value_cast()
|
| D | valops.c | 401 enum type_code code2; in value_cast() local 505 code2 = type2->code (); in value_cast() 516 if (code2 == TYPE_CODE_BOOL || code2 == TYPE_CODE_CHAR) in value_cast() 517 code2 = TYPE_CODE_INT; in value_cast() 519 scalar = (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_FLT in value_cast() 520 || code2 == TYPE_CODE_DECFLOAT || code2 == TYPE_CODE_ENUM in value_cast() 521 || code2 == TYPE_CODE_RANGE in value_cast() 525 && (code2 == TYPE_CODE_STRUCT || code2 == TYPE_CODE_UNION) in value_cast() 566 && (scalar || code2 == TYPE_CODE_PTR in value_cast() 567 || code2 == TYPE_CODE_MEMBERPTR)) in value_cast() [all …]
|
| D | valarith.c | 1580 enum type_code code2; in value_equal() local 1589 code2 = type2->code (); in value_equal() 1615 else if (code2 == TYPE_CODE_PTR && is_int1) 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() 1665 enum type_code code2; in value_less() local 1675 code2 = type2->code (); in value_less() 1697 else if (code1 == TYPE_CODE_PTR && code2 == TYPE_CODE_PTR) in value_less() 1704 else if (code2 == TYPE_CODE_PTR && is_int1) in value_less() 1706 else if (code1 == TYPE_CODE_STRING && code2 == TYPE_CODE_STRING) in value_less()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| D | ucgendat.c | 158 ac_uint4 code2; member 1212 diff = comp1->code2 - comp2->code2; in cmpcomps() 1270 comps[cu].code2 = decomps[i].decomp[1]; in create_comps() 1525 (unsigned long) comps[i].code1, (unsigned long) comps[i].code2); in write_cdata()
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | m68hc11.h | 442 unsigned char code2; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | m68hc11.h | 442 unsigned char code2; member
|
| /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 2396 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section() 2398 if (code2 != 0x4010) in msp430_elf_relax_section() 2512 int code1, code2, opcode; in msp430_elf_relax_section() local 2515 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section() 2516 if (code2 != 0x4030) /* BR -> JMP */ 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 2396 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section() 2398 if (code2 != 0x4010) in msp430_elf_relax_section() 2512 int code1, code2, opcode; in msp430_elf_relax_section() local 2515 code2 = bfd_get_16 (abfd, contents + irel->r_offset - 2); in msp430_elf_relax_section() 2516 if (code2 != 0x4030) /* BR -> JMP */ in msp430_elf_relax_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | call.cc | 2725 enum tree_code code2, tree fnname, tree type1, in add_builtin_candidate() argument 3038 switch (code2) in add_builtin_candidate() 3211 enum tree_code code2, tree fnname, in add_builtin_candidates() argument 3298 if (i == 0 && code == MODIFY_EXPR && code2 == NOP_EXPR) in add_builtin_candidates() 3367 (candidates, code, code2, fnname, t, in add_builtin_candidates() 3371 (candidates, code, code2, fnname, t, in add_builtin_candidates() 5165 enum tree_code code, enum tree_code code2, in op_error() argument 5169 const char *opname = OVL_OP_INFO (assop, assop ? code2 : code)->name; in op_error() 6323 tree_code code, tree_code code2, in add_operator_candidates() argument 6328 bool ismodop = code2 != ERROR_MARK; in add_operator_candidates() [all …]
|
| D | typeck.cc | 284 enum tree_code code2 = TREE_CODE (t2); in cp_common_type() local 313 if (code1 == COMPLEX_TYPE || code2 == COMPLEX_TYPE) in cp_common_type() 316 tree subtype2 = code2 == COMPLEX_TYPE ? TREE_TYPE (t2) : t2; in cp_common_type() 322 else if (code2 == COMPLEX_TYPE && TREE_TYPE (t2) == subtype) 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() 764 enum tree_code code2; in merge_types() local 793 code2 = TREE_CODE (t2); in merge_types() 794 if (code1 != code2) in merge_types() 796 gcc_assert (code1 == TYPENAME_TYPE || code2 == TYPENAME_TYPE); in merge_types() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | m68hc11-dis.c | 383 if (m68hc12_alias[i].code2 == (unsigned char) buffer[1]) in print_insn()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | m68hc11-dis.c | 383 if (m68hc12_alias[i].code2 == (unsigned char) buffer[1]) in print_insn()
|