Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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.h112 extern const char * const rtx_format[NUM_RTX_CODE];
113 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def41 These formats are stored in rtx_format[].
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc1078 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1120 if (startswith (rtx_format[i], "uu")) in gen_rtx_next()
1125 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1126 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1242 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1247 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1338 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.cc65 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Drtl.h112 extern const char * const rtx_format[NUM_RTX_CODE];
113 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def41 These formats are stored in rtx_format[].
H A DChangeLog-19999850 rtx_format as const. Kill all references to EXTRA_CC_MODES or
9854 * rtl.h: Declare rtx_length and rtx_format as const.
10458 * rtl.h (rtx_format): Constify a char*.
10460 * rtl.c (rtx_format): Likewise.
10462 (init_rtl): Use accessor macro, not `rtx_format'.
H A DChangeLog-2001869 (rtx_length, rtx_name, rtx_format, rtx_class): Set array size to
877 * rtl.h (rtx_length, rtx_name, rtx_format, rtx_class): Set array
H A DChangeLog-20027405 (rtx_format): Make global.
7445 * rtl.c: Update comment describing rtx_format.
H A DChangeLog-200329284 (rtx_format): Make declaration match rtl.h.
H A DChangeLog-20171343 * rtl.c (rtx_format): Describe 'p' in comment.
H A DChangeLog-201532485 * rtl.c (rtx_format): Document "r".
H A DChangeLog-200417254 rtx_name, rtx_format arrays by direct reference to rtl.def,