Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc6158 HOST_WIDE_INT elt_val = const_vector_elt_as_int (op, elt); in vspltis_constant() local
6161 if (!EASY_VECTOR_MSB (elt_val, inner)) in vspltis_constant()
6164 else if (elt_val) in vspltis_constant()
6278 HOST_WIDE_INT elt_val = const_vector_elt_as_int (op, elt); in vspltis_shifted() local
6282 if (val != elt_val) in vspltis_shifted()
6284 if (elt_val == 0) in vspltis_shifted()
6296 else if ((elt_val & mask) == mask) in vspltis_shifted()