Searched refs:rtx_code_size (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c124 const unsigned char rtx_code_size[NUM_RTX_CODE] = {
123 const unsigned char rtx_code_size[NUM_RTX_CODE] = { variable
H A Drtl.h122 extern const unsigned char rtx_code_size[NUM_RTX_CODE];
704 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc124 const unsigned char rtx_code_size[NUM_RTX_CODE] = {
123 const unsigned char rtx_code_size[NUM_RTX_CODE] = { variable
H A Drtl.h122 extern const unsigned char rtx_code_size[NUM_RTX_CODE];
704 #define RTX_CODE_SIZE(CODE) rtx_code_size[CODE]

Completed in 212 milliseconds