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

/freebsd-11.0-release/contrib/gcc/
H A Doptabs.h280 #define smul_highpart_optab (optab_table[OTI_smul_highpart]) macro
H A Doptabs.c1263 || binoptab == smul_highpart_optab
5231 smul_highpart_optab = init_optab (UNKNOWN);
H A Dexpmed.c3458 moptab = unsignedp ? umul_highpart_optab : smul_highpart_optab;
3471 moptab = unsignedp ? smul_highpart_optab : umul_highpart_optab;

Completed in 127 milliseconds