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

/freebsd-10.0-release/contrib/gcc/
H A Doptabs.h304 #define umin_optab (optab_table[OTI_umin]) macro
H A Doptabs.c296 return TYPE_UNSIGNED (type) ? umin_optab : smin_optab;
5252 umin_optab = init_optab (UMIN);
5423 init_integral_libfuncs (umin_optab, "umin", '3');

Completed in 123 milliseconds