Searched refs:lnbitsize (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 6204 HOST_WIDE_INT lnbitsize, lnbitpos, rnbitsize, rnbitpos; in fold_truth_andor_1() local 6399 lnbitsize = GET_MODE_BITSIZE (lnmode); in fold_truth_andor_1() 6400 lnbitpos = first_bit & ~ (lnbitsize - 1); in fold_truth_andor_1() 6401 lntype = lang_hooks.types.type_for_size (lnbitsize, 1); in fold_truth_andor_1() 6406 xll_bitpos = lnbitsize - xll_bitpos - ll_bitsize; in fold_truth_andor_1() 6407 xrl_bitpos = lnbitsize - xrl_bitpos - rl_bitsize; in fold_truth_andor_1() 6489 if (lnbitsize == rnbitsize in fold_truth_andor_1() 6495 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1() 6497 if (! all_ones_mask_p (ll_mask, lnbitsize)) in fold_truth_andor_1() 6545 if (lnbitsize > rnbitsize) in fold_truth_andor_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 6287 HOST_WIDE_INT lnbitsize, lnbitpos, rnbitsize, rnbitpos; in fold_truth_andor_1() local 6482 lnbitsize = GET_MODE_BITSIZE (lnmode); in fold_truth_andor_1() 6483 lnbitpos = first_bit & ~ (lnbitsize - 1); in fold_truth_andor_1() 6484 lntype = lang_hooks.types.type_for_size (lnbitsize, 1); in fold_truth_andor_1() 6489 xll_bitpos = lnbitsize - xll_bitpos - ll_bitsize; in fold_truth_andor_1() 6490 xrl_bitpos = lnbitsize - xrl_bitpos - rl_bitsize; in fold_truth_andor_1() 6580 if (lnbitsize == rnbitsize in fold_truth_andor_1() 6586 lntype, lnbitsize, lnbitpos, in fold_truth_andor_1() 6588 if (! all_ones_mask_p (ll_mask, lnbitsize)) in fold_truth_andor_1() 6638 if (lnbitsize > rnbitsize) in fold_truth_andor_1() [all …]
|