Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-protos.h36 extern HOST_WIDE_INT const_vector_elt_as_int (rtx, unsigned int);
H A Dpredicates.md657 val = const_vector_elt_as_int (op, elt);
673 val = const_vector_elt_as_int (op, elt);
H A Drs6000.c5903 const_vector_elt_as_int (rtx op, unsigned int elt) in const_vector_elt_as_int() function
5946 val = const_vector_elt_as_int (op, BYTES_BIG_ENDIAN ? nunits - 1 : 0); in vspltis_constant()
5994 if (desired_val != const_vector_elt_as_int (op, elt)) in vspltis_constant()
6036 val = const_vector_elt_as_int (op, BYTES_BIG_ENDIAN ? 0 : nunits - 1); in vspltis_shifted()
6055 HOST_WIDE_INT elt_val = const_vector_elt_as_int (op, elt); in vspltis_shifted()
6066 if (const_vector_elt_as_int (op, elt2) != 0) in vspltis_shifted()
6078 if ((const_vector_elt_as_int (op, elt2) & mask) != mask) in vspltis_shifted()
H A Daltivec.md349 HOST_WIDE_INT val = const_vector_elt_as_int (op1, elt);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-protos.h36 extern HOST_WIDE_INT const_vector_elt_as_int (rtx, unsigned int);
H A Dpredicates.md762 val = const_vector_elt_as_int (op, elt);
783 if (const_vector_elt_as_int (op, elt) != 0)
789 val = const_vector_elt_as_int (op, elt);
H A Drs6000.cc6103 const_vector_elt_as_int (rtx op, unsigned int elt) in const_vector_elt_as_int() function
6146 val = const_vector_elt_as_int (op, BYTES_BIG_ENDIAN ? nunits - 1 : 0); in vspltis_constant()
6158 HOST_WIDE_INT elt_val = const_vector_elt_as_int (op, elt); in vspltis_constant()
6217 if (desired_val != const_vector_elt_as_int (op, elt)) in vspltis_constant()
6259 val = const_vector_elt_as_int (op, BYTES_BIG_ENDIAN ? 0 : nunits - 1); in vspltis_shifted()
6278 HOST_WIDE_INT elt_val = const_vector_elt_as_int (op, elt); in vspltis_shifted()
6289 if (const_vector_elt_as_int (op, elt2) != 0) in vspltis_shifted()
6301 if ((const_vector_elt_as_int (op, elt2) & mask) != mask) in vspltis_shifted()
H A Daltivec.md365 HOST_WIDE_INT val = const_vector_elt_as_int (op1, elt);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200611604 * config/rs6000/rs6000.c (const_vector_elt_as_int): New function to
11606 (vspltis_constant): Use const_vector_elt_as_int instead of the
H A DChangeLog-20087823 * config/rs6000/rs6000-protos.h (const_vector_elt_as_int): Add
7825 * config/rs6000/rs6000.c (const_vector_elt_as_int): No longer static.
H A DChangeLog-201135423 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that