Searched refs:splat_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2200 HOST_WIDE_INT splat_val = val;
2208 small_val = splat_val >> bitsize;
2210 if (splat_val != ((small_val << bitsize) | (small_val & mask)))
2212 splat_val = small_val;
2216 if (EASY_VECTOR_15 (splat_val))
2221 for splat_val < 0, the splat and the add should use the same mode. */
2222 else if (EASY_VECTOR_15_ADD_SELF (splat_val)
2223 && (splat_val >= 0 || (step == 1 && copies == 1)))
2192 HOST_WIDE_INT splat_val = val; local

Completed in 80 milliseconds