Searched refs:rtx_length (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtl.c | 45 const unsigned char rtx_length[NUM_RTX_CODE] = { variable
|
| H A D | rtl.h | 106 extern const unsigned char rtx_length[NUM_RTX_CODE]; 107 #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | rtl.cc | 45 const unsigned char rtx_length[NUM_RTX_CODE] = { variable
|
| H A D | rtl.h | 106 extern const unsigned char rtx_length[NUM_RTX_CODE]; 107 #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
|
| H A 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.
|
| H A 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
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| H A D | mcore.c | 2405 if (rtx_length [GET_CODE (c_insn)] >= 7 && rtx_length [GET_CODE (insn)] >= 7) in emit_new_cond_insn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| H A D | mcore.cc | 2405 if (rtx_length [GET_CODE (c_insn)] >= 7 && rtx_length [GET_CODE (insn)] >= 7) in emit_new_cond_insn()
|