Home
last modified time | relevance | path

Searched refs:POWI_MAX_MULTS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDbuiltins.c2324 #ifndef POWI_MAX_MULTS
2325 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2) macro
2550 && powi_cost (n) <= POWI_MAX_MULTS)) in expand_builtin_pow()
2599 && powi_cost (n) <= POWI_MAX_MULTS))) in expand_builtin_powi()
HDChangeLog-200317678 generate RTL if powi_cost is less than POWI_MAX_MULTS.
17684 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
/NextBSD/contrib/gcc/doc/
HDtm.texi9834 @defmac POWI_MAX_MULTS