Lines Matching defs:post_shift
3592 int pre_shift, post_shift;
3603 mh = choose_multiplier (d, prec, prec, &ml, &post_shift, &dummy_int);
3611 &ml, &post_shift, &dummy_int);
3619 if (post_shift - 1 >= prec)
3626 q = t4 >> (post_shift - 1); */
3646 if (post_shift != 1)
3653 build_int_cst (itype, post_shift - 1));
3663 if (pre_shift >= prec || post_shift >= prec)
3668 q = t2 >> post_shift; */
3684 if (post_shift)
3691 build_int_cst (itype, post_shift));
3702 int post_shift;
3730 choose_multiplier (abs_d, prec, prec - 1, &ml, &post_shift, &dummy_int);
3736 if (post_shift >= prec)
3754 if (post_shift)
3756 /* t3 = t2 >> post_shift; */
3760 build_int_cst (itype, post_shift));