Searched refs:rtx_length (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | rtl.c | 48 const unsigned char rtx_length[NUM_RTX_CODE] = { variable
|
| D | rtl.h | 101 extern const unsigned char rtx_length[NUM_RTX_CODE]; 102 #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
|
| D | ChangeLog-1999 | 9846 for a CONST_DOUBLE, at compile time. Initialize rtx_length 9848 Mark rtx_length, mode_class, mode_size, mode_unit_size, 9854 * rtl.h: Declare rtx_length and rtx_format as const.
|
| D | ChangeLog-2001 | 868 * rtl.c (rtx_length): Set array type to unsigned char. 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
|