Home
last modified time | relevance | path

Searched refs:has_vector_shift (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c480 bool has_vector_shift = true; in expand_vector_divmod() local
504 has_vector_shift = false; in expand_vector_divmod()
529 && !has_vector_shift) in expand_vector_divmod()
556 || (!has_vector_shift && pre_shift != -1)) in expand_vector_divmod()
558 if (has_vector_shift) in expand_vector_divmod()
650 if ((i && !has_vector_shift && post_shifts[0] != post_shift) in expand_vector_divmod()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc580 bool has_vector_shift = true; in expand_vector_divmod() local
604 has_vector_shift = false; in expand_vector_divmod()
629 && !has_vector_shift) in expand_vector_divmod()
656 || (!has_vector_shift && pre_shift != -1)) in expand_vector_divmod()
658 if (has_vector_shift) in expand_vector_divmod()
750 if ((i && !has_vector_shift && post_shifts[0] != post_shift) in expand_vector_divmod()