Searched refs:rtx_format (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gengtype.c | 402 static const char * const rtx_format[NUM_RTX_CODE] = { variable 443 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next() 448 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next() 449 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next() 562 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def() 567 switch (rtx_format[i][aindex]) in adjust_field_rtx_def() 656 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
|
| HD | rtl.c | 68 const char * const rtx_format[NUM_RTX_CODE] = { variable
|
| HD | rtl.h | 107 extern const char * const rtx_format[NUM_RTX_CODE]; 108 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
|
| HD | rtl.def | 44 These formats are stored in rtx_format[].
|
| HD | 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'.
|
| HD | 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
|
| HD | ChangeLog-2002 | 7405 (rtx_format): Make global. 7445 * rtl.c: Update comment describing rtx_format.
|
| HD | ChangeLog-2003 | 29284 (rtx_format): Make declaration match rtl.h.
|
| HD | ChangeLog-2004 | 17254 rtx_name, rtx_format arrays by direct reference to rtl.def,
|