Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c2192 HOST_WIDE_INT splat_val = val; in vspltis_constant() local
2200 small_val = splat_val >> bitsize; in vspltis_constant()
2202 if (splat_val != ((small_val << bitsize) | (small_val & mask))) in vspltis_constant()
2204 splat_val = small_val; in vspltis_constant()
2208 if (EASY_VECTOR_15 (splat_val)) in vspltis_constant()
2214 else if (EASY_VECTOR_15_ADD_SELF (splat_val) in vspltis_constant()
2215 && (splat_val >= 0 || (step == 1 && copies == 1))) in vspltis_constant()