Searched refs:convert_move (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dloop-doloop.c365 convert_move (counter_reg, tmp, 1);
416 convert_move (counter_reg, noloop, 0);
H A Doptabs.c1450 convert_move (target, temp, 0);
1973 convert_move (target, temp, 0);
2123 convert_move (targ0, t0, unsignedp);
2124 convert_move (targ1, t1, unsignedp);
2249 convert_move (targ0, t0, unsignedp);
2250 convert_move (targ1, t1, unsignedp);
2633 convert_move (target, temp, 0);
2782 convert_move (target, temp, 0);
4154 convert_move (target, subtarget, 0);
4282 convert_move (targe
[all...]
H A Dexpr.h363 extern void convert_move (rtx, rtx, int);
H A Dexpr.c351 convert_move (rtx to, rtx from, int unsignedp)
406 convert_move (XEXP (to, 0), XEXP (from, 0), unsignedp);
407 convert_move (XEXP (to, 1), XEXP (from, 1), unsignedp);
537 convert_move (gen_lowpart (word_mode, to), from, unsignedp);
620 convert_move (to, gen_lowpart (word_mode, from), 0);
673 convert_move (to, convert_to_mode (intermediate, from,
836 convert_move (temp, x, unsignedp);
4375 convert_move (SUBREG_REG (target), temp,
4456 convert_move (target, temp, unsignedp);
6087 convert_move (targe
349 convert_move (rtx to, rtx from, int unsignedp) function
[all...]
H A Dexpmed.c5335 convert_move (target, subtarget,
5385 convert_move (target, op0, 0);
5553 convert_move (target, tem, 0);
H A Dfunction.c2533 convert_move (parmreg, t, 0);
4480 convert_move (real_decl_rtl, decl_rtl, unsignedp);
H A Dbuiltins.c2732 convert_move (target, result, 0);
3656 convert_move (target, result, 0);
3798 convert_move (target, result, 0);
3930 convert_move (target, result, 0);
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c3546 convert_move (count, len, 1);
3649 convert_move (count, len, 1);
3754 convert_move (count, len, 1);
4229 convert_move (target, expand_simple_binop (SImode, LSHIFTRT, res, ac.shift,
4315 convert_move (target, expand_simple_binop (SImode, LSHIFTRT,
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c11500 convert_move (result, condition_rtx, 0);
11785 convert_move (temp, mask, 0);
11834 convert_move (temp, mask, 0);
11867 convert_move (temp, mask, 0);
12379 convert_move (before_param, before, 1);
12385 convert_move (after_param, after, 1);
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c2086 convert_move (temp, op0, 0);

Completed in 510 milliseconds