Searched refs:init_libfuncs (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h458 void (* init_libfuncs) (void); member in struct:gcc_target
H A Doptabs.c113 static void init_libfuncs (optab, int, int, const char *, int);
4977 init_libfuncs (optab optable, int first_mode, int last_mode,
5009 have the same meaning as similarly named ones for the `init_libfuncs'
5018 init_libfuncs (optable, word_mode,
5025 have the same meaning as similarly named ones for the `init_libfuncs'
5031 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix);
5032 init_libfuncs (optable, MIN_MODE_DECIMAL_FLOAT, MAX_MODE_DECIMAL_FLOAT,
5038 similar to the ones for init_libfuncs, above, but instead of having
5523 targetm.init_libfuncs ();
4953 init_libfuncs (optab optable, int first_mode, int last_mode, function

Completed in 118 milliseconds