HomeSort by: relevance | last modified time | path
    Searched defs:other_optab (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 10114 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
10141 if (find_widening_optab_handler (other_optab, mode, innermode)
10152 temp = expand_binop (mode, other_optab, op0, op1, target,
10094 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local
expr.cc 10114 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
10141 if (find_widening_optab_handler (other_optab, mode, innermode)
10152 temp = expand_binop (mode, other_optab, op0, op1, target,
10094 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local
expr.cc 10114 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
10141 if (find_widening_optab_handler (other_optab, mode, innermode)
10152 temp = expand_binop (mode, other_optab, op0, op1, target,
10094 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 9410 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
9437 if (find_widening_optab_handler (other_optab, mode, innermode)
9448 temp = expand_binop (mode, other_optab, op0, op1, target,
9390 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local
expr.cc 9410 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
9437 if (find_widening_optab_handler (other_optab, mode, innermode)
9448 temp = expand_binop (mode, other_optab, op0, op1, target,
9390 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local
expr.cc 9410 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab;
9437 if (find_widening_optab_handler (other_optab, mode, innermode)
9448 temp = expand_binop (mode, other_optab, op0, op1, target,
9390 optab other_optab = zextend_p ? smul_widen_optab : umul_widen_optab; local

Completed in 135 milliseconds