Searched refs:rtx_format (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype.c | 1063 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 D | rtl.c | 65 const char * const rtx_format[NUM_RTX_CODE] = { variable
|
| H A D | rtl.h | 112 extern const char * const rtx_format[NUM_RTX_CODE]; 113 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
|
| H A D | rtl.def | 41 These formats are stored in rtx_format[].
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype.cc | 1078 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 D | rtl.cc | 65 const char * const rtx_format[NUM_RTX_CODE] = { variable
|
| H A D | rtl.h | 112 extern const char * const rtx_format[NUM_RTX_CODE]; 113 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
|
| H A D | rtl.def | 41 These formats are stored in rtx_format[].
|
| H A D | ChangeLog-1999 | 9850 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 D | ChangeLog-2001 | 869 (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 D | ChangeLog-2002 | 7405 (rtx_format): Make global. 7445 * rtl.c: Update comment describing rtx_format.
|
| H A D | ChangeLog-2003 | 29284 (rtx_format): Make declaration match rtl.h.
|
| H A D | ChangeLog-2017 | 1343 * rtl.c (rtx_format): Describe 'p' in comment.
|
| H A D | ChangeLog-2015 | 32485 * rtl.c (rtx_format): Document "r".
|
| H A D | ChangeLog-2004 | 17254 rtx_name, rtx_format arrays by direct reference to rtl.def,
|