Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtarghooks.c751 #ifdef LIBCALL_VALUE in default_libcall_value()
752 return LIBCALL_VALUE (mode); in default_libcall_value()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtarghooks.c981 #ifdef LIBCALL_VALUE in default_libcall_value()
982 return LIBCALL_VALUE (MACRO_MODE (mode)); in default_libcall_value()
H A Dtarget.def4931 If this hook is not defined, then LIBCALL_VALUE will be used.",
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1466 #define LIBCALL_VALUE(MODE) ix86_libcall_value (MODE) macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1624 #define LIBCALL_VALUE(MODE) ix86_libcall_value (MODE) macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi4463 @defmac LIBCALL_VALUE (@var{mode})
4481 If this hook is not defined, then LIBCALL_VALUE will be used.
H A Dtm.texi.in4404 @defmac LIBCALL_VALUE (@var{mode})
4422 If this hook is not defined, then LIBCALL_VALUE will be used.