| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-generic.cc | 554 int pre_shift = -1, post_shift; local 622 mh = choose_multiplier (d, prec, prec, &ml, &post_shift, &dummy_int); 666 &ml, &post_shift, &dummy_int); 710 &post_shift, &dummy_int); 720 post_shifts[i] = post_shift; 721 if ((i && !has_vector_shift && post_shifts[0] != post_shift) 722 || post_shift >= prec 870 q = t2 >> post_shift; */ 907 q = t2 >> post_shift; */ 915 q = t4 >> (post_shift - 1); * [all...] |
| expmed.cc | 3725 int lgup, post_shift; 3748 for (post_shift = lgup; post_shift > 0; post_shift--) 3761 *post_shift_ptr = post_shift; 4458 int pre_shift, post_shift; 4495 &ml, &post_shift, &dummy); 4505 &ml, &post_shift, &dummy); 4515 if (post_shift - 1 >= BITS_PER_WORD) 4519 = (shift_cost (speed, int_mode, post_shift - 1 3713 int lgup, post_shift; local 4445 int pre_shift, post_shift; local 4564 int lgup, post_shift; local 4751 int pre_shift, lgup, post_shift; local [all...] |
| tree-vect-patterns.cc | 4789 int pre_shift, post_shift; local 4800 mh = choose_multiplier (d, prec, prec, &ml, &post_shift, &dummy_int); 4808 &ml, &post_shift, &dummy_int); 4816 if (post_shift - 1 >= prec) 4823 q = t4 >> (post_shift - 1); */ 4843 if (post_shift != 1) 4850 build_int_cst (itype, post_shift - 1)); 4860 if (pre_shift >= prec || post_shift >= prec) 4865 q = t2 >> post_shift; */ 4881 if (post_shift) 4899 int post_shift; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-generic.cc | 591 int pre_shift = -1, post_shift; local 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); * [all...] |
| expmed.cc | 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 3697 int lgup, post_shift; local 4429 int pre_shift, post_shift; local 4548 int lgup, post_shift; local 4735 int pre_shift, lgup, post_shift; local [all...] |
| tree-vect-patterns.cc | 3592 int pre_shift, post_shift; local 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) 3702 int post_shift; local [all...] |