Lines Matching defs:post_shift
591 int pre_shift = -1, post_shift;
659 mh = choose_multiplier (d, prec, prec, &ml, &post_shift, &dummy_int);
703 &ml, &post_shift, &dummy_int);
747 &post_shift, &dummy_int);
757 post_shifts[i] = post_shift;
758 if ((i && !has_vector_shift && post_shifts[0] != post_shift)
759 || post_shift >= prec
907 q = t2 >> post_shift; */
944 q = t2 >> post_shift; */
952 q = t4 >> (post_shift - 1); */
975 t3 = t2 >> post_shift;