Searched refs:addop (Results 1 - 3 of 3) 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
2887 addop = ops[0] == result ? ops[1] : ops[0];
2893 addop = gimple_build (&seq, NEGATE_EXPR, type, addop);
2907 op2, addop, else_value);
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
3034 addop = ops[0] == result ? ops[1] : ops[0];
3040 addop = gimple_build (&seq, NEGATE_EXPR, type, addop);
3054 op2, addop, else_value);
3056 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop);
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c1376 goto addop;
1391 addop:

Completed in 122 milliseconds