Searched refs:expand_fix (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Doptabs.h602 extern void expand_fix (rtx, rtx, int);
H A Doptabs.c4721 expand_fix (rtx to, rtx from, int unsignedp)
4814 expand_fix (to, from, 0);
4824 expand_fix (to, target, 0);
4859 expand_fix (target, from, unsignedp);
4698 expand_fix (rtx to, rtx from, int unsignedp) function
H A Dexpr.c6101 expand_fix (target, op1, code == UNSIGNED_FIX);
8271 expand_fix (target, op0, unsignedp);
H A Dbuiltins.c2304 via expand_fix (). */
2306 expand_fix (target, tmp, 0);

Completed in 175 milliseconds