Home
last modified time | relevance | path

Searched refs:frv_function_value_regno_p (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv-protos.h38 extern bool frv_function_value_regno_p (const unsigned int);
Dfrv.h1168 #define FUNCTION_VALUE_REGNO_P(REGNO) frv_function_value_regno_p (REGNO)
Dfrv.cc3208 frv_function_value_regno_p (const unsigned int regno) in frv_function_value_regno_p() function
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20094227 frv_function_value_regno_p): New functions.
4230 (FUNCTION_VALUE_REGNO_P): Redefine, use frv_function_value_regno_p.
4231 * config/frv/frv-protos.h (frv_function_value_regno_p): Declare.