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 D | rs6000-protos.h | 36 extern HOST_WIDE_INT const_vector_elt_as_int (rtx, unsigned int);
|
H A D | predicates.md | 657 val = const_vector_elt_as_int (op, elt); 673 val = const_vector_elt_as_int (op, elt);
|
H A D | rs6000.c | 5903 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 D | altivec.md | 349 HOST_WIDE_INT val = const_vector_elt_as_int (op1, elt);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 36 extern HOST_WIDE_INT const_vector_elt_as_int (rtx, unsigned int);
|
H A D | predicates.md | 762 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 D | rs6000.cc | 6103 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 D | altivec.md | 365 HOST_WIDE_INT val = const_vector_elt_as_int (op1, elt);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2006 | 11604 * 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 D | ChangeLog-2008 | 7823 * 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 D | ChangeLog-2011 | 35423 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
|