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

/freebsd-10.0-release/contrib/gcc/
H A Doptabs.h278 #define smul_highpart_optab (optab_table[OTI_smul_highpart]) macro
H A Dexpmed.c3462 moptab = unsignedp ? umul_highpart_optab : smul_highpart_optab;
3475 moptab = unsignedp ? smul_highpart_optab : umul_highpart_optab;
H A Doptabs.c1263 || binoptab == smul_highpart_optab
5227 smul_highpart_optab = init_optab (UNKNOWN);

Completed in 120 milliseconds