Home
last modified time | relevance | path

Searched refs:amnt (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.c2018 if (amnt) in push_partial_def()
2088 if (amnt) in push_partial_def()
2104 else if (amnt) in push_partial_def()
2106 msk = -1U << amnt; in push_partial_def()
2115 if (amnt) in push_partial_def()
2118 if (amnt) in push_partial_def()
2762 unsigned int amnt in vn_reference_lookup_3() local
2765 if (amnt) in vn_reference_lookup_3()
2775 unsigned int amnt in vn_reference_lookup_3() local
2953 if (amnt) in vn_reference_lookup_3()
[all …]
H A Dtree-ssa-sccvn.cc2111 if (amnt) in push_partial_def()
2181 if (amnt) in push_partial_def()
2197 else if (amnt) in push_partial_def()
2199 msk = -1U << amnt; in push_partial_def()
2208 if (amnt) in push_partial_def()
2211 if (amnt) in push_partial_def()
2898 unsigned int amnt in vn_reference_lookup_3() local
2901 if (amnt) in vn_reference_lookup_3()
2911 unsigned int amnt in vn_reference_lookup_3() local
3089 if (amnt) in vn_reference_lookup_3()
[all …]
H A Dtree-vect-patterns.c2718 synth_lshift_by_additions (tree dest, tree op, HOST_WIDE_INT amnt, in synth_lshift_by_additions() argument
2724 gcc_assert (amnt >= 0); in synth_lshift_by_additions()
2725 for (i = 0; i < amnt; i++) in synth_lshift_by_additions()
2727 tree tmp_var = (i < amnt - 1) ? vect_recog_temp_ssa_var (itype, NULL) in synth_lshift_by_additions()
2732 if (i < amnt - 1) in synth_lshift_by_additions()
H A Dtree-vect-patterns.cc3074 tree dest, tree op, HOST_WIDE_INT amnt, in synth_lshift_by_additions() argument
3080 gcc_assert (amnt >= 0); in synth_lshift_by_additions()
3081 for (i = 0; i < amnt; i++) in synth_lshift_by_additions()
3083 tree tmp_var = (i < amnt - 1) ? vect_recog_temp_ssa_var (itype, NULL) in synth_lshift_by_additions()
3088 if (i < amnt - 1) in synth_lshift_by_additions()
H A Dfold-const.c8457 unsigned int amnt) in shift_bytes_in_array_left() argument
8459 if (amnt == 0) in shift_bytes_in_array_left()
8463 unsigned char carry_mask = (~0U) << (unsigned char) (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
8464 unsigned char clear_mask = (~0U) << amnt; in shift_bytes_in_array_left()
8469 carry_over = (ptr[i] & carry_mask) >> (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
8471 ptr[i] <<= amnt; in shift_bytes_in_array_left()
8490 unsigned int amnt) in shift_bytes_in_array_right() argument
8492 if (amnt == 0) in shift_bytes_in_array_right()
8496 unsigned char carry_mask = ~(~0U << amnt); in shift_bytes_in_array_right()
8503 carry_over <<= (unsigned char) BITS_PER_UNIT - amnt; in shift_bytes_in_array_right()
[all …]
H A Dfold-const.cc9066 unsigned int amnt) in shift_bytes_in_array_left() argument
9068 if (amnt == 0) in shift_bytes_in_array_left()
9072 unsigned char carry_mask = (~0U) << (unsigned char) (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
9073 unsigned char clear_mask = (~0U) << amnt; in shift_bytes_in_array_left()
9078 carry_over = (ptr[i] & carry_mask) >> (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
9080 ptr[i] <<= amnt; in shift_bytes_in_array_left()
9099 unsigned int amnt) in shift_bytes_in_array_right() argument
9101 if (amnt == 0) in shift_bytes_in_array_right()
9105 unsigned char carry_mask = ~(~0U << amnt); in shift_bytes_in_array_right()
9112 carry_over <<= (unsigned char) BITS_PER_UNIT - amnt; in shift_bytes_in_array_right()
[all …]
H A DChangeLog6146 BITS_PER_UNIT - amnt from size if amnt is non-zero.
H A DChangeLog-20205930 BITS_PER_UNIT - amnt from size if amnt is non-zero.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c2018 if (amnt) in push_partial_def()
2088 if (amnt) in push_partial_def()
2104 else if (amnt) in push_partial_def()
2106 msk = -1U << amnt; in push_partial_def()
2115 if (amnt) in push_partial_def()
2118 if (amnt) in push_partial_def()
2762 unsigned int amnt in vn_reference_lookup_3() local
2765 if (amnt) in vn_reference_lookup_3()
2775 unsigned int amnt in vn_reference_lookup_3() local
2953 if (amnt) in vn_reference_lookup_3()
[all …]
H A Dtree-vect-patterns.c2718 synth_lshift_by_additions (tree dest, tree op, HOST_WIDE_INT amnt, in synth_lshift_by_additions() argument
2724 gcc_assert (amnt >= 0); in synth_lshift_by_additions()
2725 for (i = 0; i < amnt; i++) in synth_lshift_by_additions()
2727 tree tmp_var = (i < amnt - 1) ? vect_recog_temp_ssa_var (itype, NULL) in synth_lshift_by_additions()
2732 if (i < amnt - 1) in synth_lshift_by_additions()
H A Dfold-const.c8457 unsigned int amnt) in shift_bytes_in_array_left() argument
8459 if (amnt == 0) in shift_bytes_in_array_left()
8463 unsigned char carry_mask = (~0U) << (unsigned char) (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
8464 unsigned char clear_mask = (~0U) << amnt; in shift_bytes_in_array_left()
8469 carry_over = (ptr[i] & carry_mask) >> (BITS_PER_UNIT - amnt); in shift_bytes_in_array_left()
8471 ptr[i] <<= amnt; in shift_bytes_in_array_left()
8490 unsigned int amnt) in shift_bytes_in_array_right() argument
8492 if (amnt == 0) in shift_bytes_in_array_right()
8496 unsigned char carry_mask = ~(~0U << amnt); in shift_bytes_in_array_right()
8503 carry_over <<= (unsigned char) BITS_PER_UNIT - amnt; in shift_bytes_in_array_right()
[all …]