Searched refs:expand_twoval_unop (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.h535 extern int expand_twoval_unop (optab, rtx, rtx, rtx, int);
H A Doptabs.c2057 expand_twoval_unop (optab unoptab, rtx op0, rtx targ0, rtx targ1,
2121 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp))
2049 expand_twoval_unop (optab unoptab, rtx op0, rtx targ0, rtx targ1, function
H A Dbuiltins.c2128 result = expand_twoval_unop (builtin_optab, op0, 0, target, 0);
2131 result = expand_twoval_unop (builtin_optab, op0, target, 0, 0);
2201 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);

Completed in 82 milliseconds