Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDgengtype.c402 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()
HDrtl.c68 const char * const rtx_format[NUM_RTX_CODE] = { variable
HDrtl.h107 extern const char * const rtx_format[NUM_RTX_CODE];
108 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
HDrtl.def44 These formats are stored in rtx_format[].
HDChangeLog-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'.
HDChangeLog-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
HDChangeLog-20027405 (rtx_format): Make global.
7445 * rtl.c: Update comment describing rtx_format.
HDChangeLog-200329284 (rtx_format): Make declaration match rtl.h.
HDChangeLog-200417254 rtx_name, rtx_format arrays by direct reference to rtl.def,