Lines Matching defs:post_shift
3709 int lgup, post_shift;
3732 for (post_shift = lgup; post_shift > 0; post_shift--)
3745 *post_shift_ptr = post_shift;
4442 int pre_shift, post_shift;
4479 &ml, &post_shift, &dummy);
4489 &ml, &post_shift, &dummy);
4499 if (post_shift - 1 >= BITS_PER_WORD)
4503 = (shift_cost (speed, int_mode, post_shift - 1)
4521 post_shift - 1, tquotient, 1);
4528 || post_shift >= BITS_PER_WORD)
4536 + shift_cost (speed, int_mode, post_shift));
4545 post_shift, tquotient, 1);
4561 int lgup, post_shift;
4657 &ml, &post_shift, &lgup);
4662 if (post_shift >= BITS_PER_WORD
4666 extra_cost = (shift_cost (speed, int_mode, post_shift)
4676 post_shift, NULL_RTX, 0);
4693 if (post_shift >= BITS_PER_WORD
4699 extra_cost = (shift_cost (speed, int_mode, post_shift)
4711 post_shift, NULL_RTX, 0);
4748 int pre_shift, lgup, post_shift;
4778 &ml, &post_shift, &lgup);
4781 if (post_shift < BITS_PER_WORD
4789 extra_cost = (shift_cost (speed, int_mode, post_shift)
4799 post_shift, NULL_RTX, 1);