Searched refs:rtx_format (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Drtl.c69 const char * const rtx_format[NUM_RTX_CODE] = {
68 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Dgengtype.c402 static const char * const rtx_format[NUM_RTX_CODE] = { variable
443 if (strncmp (rtx_format[i], "iuu", 3) == 0)
448 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--)
449 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u')
562 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++)
567 switch (rtx_format[i][aindex])
656 rtx_name[i], rtx_format[i][aindex],
H A Drtl.h107 extern const char * const rtx_format[NUM_RTX_CODE];
108 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])

Completed in 123 milliseconds