Home
last modified time | relevance | path

Searched refs:init_libfuncs (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h454 void (* init_libfuncs) (void); member
H A Doptabs.c113 static void init_libfuncs (optab, int, int, const char *, int);
4953 init_libfuncs (optab optable, int first_mode, int last_mode, in init_libfuncs() function
4994 init_libfuncs (optable, word_mode, in init_integral_libfuncs()
5007 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix); in init_floating_libfuncs()
5008 init_libfuncs (optable, MIN_MODE_DECIMAL_FLOAT, MAX_MODE_DECIMAL_FLOAT, in init_floating_libfuncs()
5499 targetm.init_libfuncs (); in init_optabs()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.c117 static void init_libfuncs PARAMS ((optab, int, int, const char *, int));
5097 init_libfuncs (optable, first_mode, last_mode, opname, suffix) in init_libfuncs() function
5143 init_libfuncs (optable, SImode, TImode, opname, suffix);
5157 init_libfuncs (optable, SFmode, TFmode, opname, suffix);
H A DChangeLog.27284 * optabs.c (init_libfuncs): Likewise.
8293 * optabs.c (init_libfuncs): Likewise.
10603 * optabs.c (init_libfuncs): Constify a char*.
H A DChangeLog.13762 (init_libfuncs, init_integral_libfuncs, init_floating_libfuncs):
10948 * optabs.c (init_libfuncs): Likewise.
H A DChangeLog.43575 * optabs.c (init_libfuncs), profile.c (init_edge_profiler,