Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c123 const unsigned char rtx_code_size[NUM_RTX_CODE] = { variable
H A Drtl.h122 extern const unsigned char rtx_code_size[NUM_RTX_CODE];
703 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc123 const unsigned char rtx_code_size[NUM_RTX_CODE] = { variable
H A Drtl.h122 extern const unsigned char rtx_code_size[NUM_RTX_CODE];
703 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE]
H A DChangeLog-200618583 (rtx_code_size): ...this.
18589 * rtl.h (rtx_code_size): New variable.
H A DChangeLog-201227614 * rtl.c (rtx_code_size): Remove ADDRESS special case.
28052 * rtl.c (rtx_code_size): Handle ADDRESS.
H A DChangeLog-20187137 (rtx_code_size): Use RTX_CODE_HWINT_P ().
9965 * rtl.c (rtx_code_size): Take into account that EQ_ATTR_ALT
H A DChangeLog-200710254 * rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes
H A DChangeLog-201532486 (rtx_code_size): Handle REG specially.