Home | History | Annotate | Download | only in gcc

Lines Matching defs:pre_shift

591   int pre_shift = -1, post_shift;
664 || (!has_vector_shift && pre_shift != -1))
667 pre_shift = ctz_or_zero (d);
668 else if (pre_shift == -1)
683 if (pre_shift == -1 || this_pre_shift < pre_shift)
684 pre_shift = this_pre_shift;
686 if (i != 0 && pre_shift != 0)
694 if (pre_shift != 0)
696 if ((d >> pre_shift) <= 1)
701 mh = choose_multiplier (d >> pre_shift, prec,
702 prec - pre_shift,
705 pre_shifts[i] = pre_shift;
905 /* t1 = oprnd0 >> pre_shift;
942 /* t1 = oprnd0 >> pre_shift;