Home
last modified time | relevance | path

Searched refs:expand_twoval_binop (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.h198 extern int expand_twoval_binop (optab, rtx, rtx, rtx, rtx, int);
H A Dexpmed.c4775 if (expand_twoval_binop (sdivmod_optab, op0, op1, in expand_divmod()
4894 if (expand_twoval_binop (udivmod_optab, op0, op1, quotient, in expand_divmod()
4990 if (expand_twoval_binop (sdivmod_optab, op0, op1, quotient, in expand_divmod()
5092 if (expand_twoval_binop (udivmod_optab, op0, op1, quotient, remainder, 1) == 0) in expand_divmod()
5117 if (expand_twoval_binop (sdivmod_optab, op0, op1, quotient, remainder, 0) == 0) in expand_divmod()
5181 if (! expand_twoval_binop ((unsignedp in expand_divmod()
5210 if (! expand_twoval_binop (unsignedp ? udivmod_optab : sdivmod_optab, in expand_divmod()
H A Doptabs.c2028 expand_twoval_binop (optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, in expand_twoval_binop() function
2081 if (expand_twoval_binop (binoptab, cop0, cop1, in expand_twoval_binop()
H A Dinternal-fn.c2834 expand_twoval_binop (tab, op0, op1, quotient, remainder, unsignedp); in expand_DIVMOD()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpmed.c4467 if (expand_twoval_binop (sdivmod_optab, op0, op1, in expand_divmod()
4583 if (expand_twoval_binop (udivmod_optab, op0, op1, quotient, in expand_divmod()
4679 if (expand_twoval_binop (sdivmod_optab, op0, op1, quotient, in expand_divmod()
4779 if (expand_twoval_binop (udivmod_optab, op0, op1, quotient, remainder, 1) == 0) in expand_divmod()
4802 if (expand_twoval_binop (sdivmod_optab, op0, op1, quotient, remainder, 0) == 0) in expand_divmod()
4866 if (! expand_twoval_binop ((unsignedp in expand_divmod()
4895 if (! expand_twoval_binop (unsignedp ? udivmod_optab : sdivmod_optab, in expand_divmod()
H A Doptabs.h877 extern int expand_twoval_binop (optab, rtx, rtx, rtx, rtx, int);
H A Doptabs.c2343 expand_twoval_binop (optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, in expand_twoval_binop() function
2398 if (expand_twoval_binop (binoptab, cop0, cop1, in expand_twoval_binop()