Searched refs:const_vector_elt (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.h | 2005 #define CONST_VECTOR_ELT(RTX, N) const_vector_elt (RTX, N) 3050 extern rtx const_vector_elt (const_rtx, unsigned int);
|
H A D | emit-rtl.c | 5909 const_vector_elt (const_rtx x, unsigned int i) in const_vector_elt() function
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.h | 2013 #define CONST_VECTOR_ELT(RTX, N) const_vector_elt (RTX, N) 3061 extern rtx const_vector_elt (const_rtx, unsigned int);
|
H A D | emit-rtl.c | 5909 const_vector_elt (const_rtx x, unsigned int i) in const_vector_elt() function
|
H A D | emit-rtl.cc | 5883 const_vector_elt (const_rtx x, unsigned int i) in const_vector_elt() function
|
H A D | ChangeLog-2018 | 35878 * rtl.h (CONST_VECTOR_ELT): Redefine to const_vector_elt. 35881 (const_vector_int_elt, const_vector_elt): Declare. 35883 (const_vector_elt): Likewise.
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | rtl.texi | 1841 The utility function @code{const_vector_elt} gives the value of an
|
H A D | gccint.info | 17401 The utility function 'const_vector_elt' gives the value of an
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | rtl.texi | 1865 The utility function @code{const_vector_elt} gives the value of an
|
H A D | gccint.info | 17401 The utility function 'const_vector_elt' gives the value of an
|