Searched refs:smax_optab (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Doptabs.h305 #define smax_optab (optab_table[OTI_smax]) macro
H A Doptabs.c293 return TYPE_UNSIGNED (type) ? umax_optab : smax_optab;
2848 if (smax_optab->handlers[(int) mode].insn_code != CODE_FOR_nothing
2855 temp = expand_binop (mode, smax_optab, op0, temp, target, 0,
5255 smax_optab = init_optab (SMAX);
5426 init_integral_libfuncs (smax_optab, "max", '3');
5427 init_floating_libfuncs (smax_optab, "max", '3');
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dia64.c9294 set_optab_libfunc (smax_optab, TFmode, "_U_Qfmax");

Completed in 137 milliseconds