Home
last modified time | relevance | path

Searched refs:ctz_or_zero (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h270 ctz_or_zero (unsigned HOST_WIDE_INT x) in ctz_or_zero() function
H A Dexpmed.c2862 m = ctz_or_zero (t); /* m = number of low zero bits */ in synth_mult()
4445 pre_shift = ctz_or_zero (d); in expand_divmod()
5107 pre_shift = ctz_or_zero (d); in expand_divmod()
H A Drtlanal.c4700 int low0 = ctz_or_zero (nz0); in nonzero_bits1()
4701 int low1 = ctz_or_zero (nz1); in nonzero_bits1()
H A Dtree-vect-generic.c559 pre_shift = ctz_or_zero (d); in expand_vector_divmod()
H A Dtree-vect-patterns.c3252 pre_shift = ctz_or_zero (d); in vect_recog_divmod_pattern()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhwint.h270 ctz_or_zero (unsigned HOST_WIDE_INT x) in ctz_or_zero() function
H A Dexpmed.cc2878 m = ctz_or_zero (t); /* m = number of low zero bits */ in synth_mult()
4473 pre_shift = ctz_or_zero (d); in expand_divmod()
5135 pre_shift = ctz_or_zero (d); in expand_divmod()
H A Dtree-vect-generic.cc659 pre_shift = ctz_or_zero (d); in expand_vector_divmod()
H A Dtree-vect-patterns.cc3609 pre_shift = ctz_or_zero (d); in vect_recog_divmod_pattern()
H A DChangeLog-201613476 * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
13495 * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
13510 * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
13521 * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
13522 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.