Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-generic.cc588 int *shift_temps = post_shifts + nunits; in expand_vector_divmod() local
781 shift_temps[i] = prec - 1; in expand_vector_divmod()
782 cur_op = add_rshift (gsi, type, op0, shift_temps); in expand_vector_divmod()
788 shift_temps[i] = prec - shifts[i]; in expand_vector_divmod()
789 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps); in expand_vector_divmod()
908 shift_temps[i] = 1; in expand_vector_divmod()
918 shift_temps[i] = prec - 1; in expand_vector_divmod()
950 tem = add_rshift (gsi, type, tem, shift_temps); in expand_vector_divmod()
982 tem = add_rshift (gsi, type, op0, shift_temps); in expand_vector_divmod()