Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Drtl.h110 extern const char * const rtx_format[NUM_RTX_CODE];
111 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def41 These formats are stored in rtx_format[].
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c901 static const char *const rtx_format[NUM_RTX_CODE] = { variable
943 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next()
948 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
949 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1066 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1071 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1162 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c67 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Drtl.h106 extern const char * const rtx_format[NUM_RTX_CODE];
107 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def43 These formats are stored in rtx_format[].