Searched refs:smul_optab (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/
H A Dgofast.h39 set_optab_libfunc (smul_optab, SFmode, "fpmul");
40 set_optab_libfunc (smul_optab, DFmode, "dpmul");
/freebsd-10.0-release/contrib/gcc/
H A Doptabs.c336 return trapv ? smulv_optab : smul_optab;
1094 adjust = expand_binop (word_mode, smul_optab, op0_high, op1_low,
1123 temp = expand_binop (word_mode, smul_optab, op1_high, op0_low,
1382 if (binoptab == smul_optab
1414 || (binoptab == smul_optab
1430 || binoptab == smul_optab || binoptab == ashl_optab)
1828 if (binoptab == smul_optab
1831 && smul_optab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing
1952 || binoptab == smul_optab || binoptab == ashl_optab)
5225 smul_optab
[all...]
H A Doptabs.h275 #define smul_optab (optab_table[OTI_smul]) macro
H A Dexpmed.c3243 ? smulv_optab : smul_optab,
3496 if (smul_optab->handlers[wider_mode].insn_code != CODE_FOR_nothing
3509 tem = expand_binop (wider_mode, smul_optab, wop0, wop1, 0,
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c7807 set_optab_libfunc (smul_optab, SImode, "*.umul");
7817 set_optab_libfunc (smul_optab, TFmode, "_Q_mul");
7867 set_optab_libfunc (smul_optab, SImode, 0);
7875 set_optab_libfunc (smul_optab, DImode, "__mul64");
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c754 set_optab_libfunc (smul_optab, DFmode, "__aeabi_dmul");
770 set_optab_libfunc (smul_optab, SFmode, "__aeabi_fmul");
808 set_optab_libfunc (smul_optab, DImode, "__aeabi_lmul");
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c9182 set_optab_libfunc (smul_optab, SFmode, "__mips16_mulsf3");
9199 set_optab_libfunc (smul_optab, DFmode, "__mips16_muldf3");
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c9287 set_optab_libfunc (smul_optab, TFmode, "__gcc_qmul");
9315 set_optab_libfunc (smul_optab, TFmode, "_xlqmul");
9325 set_optab_libfunc (smul_optab, TFmode, "_q_mul");
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c9245 set_optab_libfunc (smul_optab, TFmode, "_U_Qfmpy");

Completed in 390 milliseconds