Home
last modified time | relevance | path

Searched refs:rtx_length (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c45 const unsigned char rtx_length[NUM_RTX_CODE] = { variable
H A Drtl.h106 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 Drtl.cc45 const unsigned char rtx_length[NUM_RTX_CODE] = { variable
H A Drtl.h106 extern const unsigned char rtx_length[NUM_RTX_CODE];
107 #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
H A DChangeLog-19999846 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 DChangeLog-2001868 * 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 Dmcore.c2405 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 Dmcore.cc2405 if (rtx_length [GET_CODE (c_insn)] >= 7 && rtx_length [GET_CODE (insn)] >= 7) in emit_new_cond_insn()