Home
last modified time | relevance | path

Searched refs:avr_function_arg_regno_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-protos.h23 extern int avr_function_arg_regno_p (int r);
H A Davr.h340 #define FUNCTION_ARG_REGNO_P(r) avr_function_arg_regno_p(r)
H A Davr.cc3543 avr_function_arg_regno_p (int r) in avr_function_arg_regno_p() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-protos.h23 extern int avr_function_arg_regno_p (int r);
H A Davr.h335 #define FUNCTION_ARG_REGNO_P(r) avr_function_arg_regno_p(r)
H A Davr.c3336 avr_function_arg_regno_p (int r) in avr_function_arg_regno_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201339720 (function_arg_regno_p): Rename to avr_function_arg_regno_p.