Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c357 static const char * const rtx_format[NUM_RTX_CODE] = { variable
377 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next()
382 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
383 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
486 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++)
492 switch (rtx_format[i][aindex])
575 rtx_name[i], rtx_format[i][aindex],
H A Drtl.c164 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Drtl.h60 extern const char * const rtx_format[NUM_RTX_CODE];
61 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def43 These formats are stored in rtx_format[].
H A DChangeLog.29850 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 DChangeLog13407 (rtx_format): Make global.
13447 * rtl.c: Update comment describing rtx_format.
H A DChangeLog.6869 (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
/openbsd/gnu/gcc/gcc/
H A Dgengtype.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()
H A Drtl.c68 const char * const rtx_format[NUM_RTX_CODE] = { variable
H A Drtl.h102 extern const char * const rtx_format[NUM_RTX_CODE];
103 #define GET_RTX_FORMAT(CODE) (rtx_format[(int) (CODE)])
H A Drtl.def44 These formats are stored in rtx_format[].