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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2860 tree addop, mulop1 = op1, result = mul_result; local
2900 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
2906 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
2909 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3007 tree addop, mulop1 = op1, result = mul_result; local
3047 mulop1 = gimple_build (&seq, NEGATE_EXPR, type, mulop1);
3053 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1,
3056 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);

Completed in 142 milliseconds