Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c2165 HOST_WIDE_INT small_val; in vspltis_constant() local
2167 small_val = splat_val >> bitsize; in vspltis_constant()
2169 if (splat_val != ((small_val << bitsize) | (small_val & mask))) in vspltis_constant()
2171 splat_val = small_val; in vspltis_constant()