Searched refs:expand_shift (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c918 value = expand_shift (LSHIFT_EXPR, mode, value,
1352 target = expand_shift (LSHIFT_EXPR, mode, target,
1356 return expand_shift (RSHIFT_EXPR, mode, target,
1777 op0 = expand_shift (RSHIFT_EXPR, mode, op0, amount, subtarget, 1);
1816 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
1819 return expand_shift (RSHIFT_EXPR, mode, op0,
2125 part = expand_shift (LSHIFT_EXPR, word_mode, part,
2132 part = expand_shift (LSHIFT_EXPR, word_mode, part,
2152 result = expand_shift (LSHIFT_EXPR, word_mode, result,
2155 return expand_shift (RSHIFT_EXP
2185 expand_shift (enum tree_code code, enum machine_mode mode, rtx shifted, function
[all...]
H A Dexpr.h578 extern rtx expand_shift (enum tree_code, enum machine_mode, rtx, tree, rtx,
H A Dexpr.c582 = expand_shift (RSHIFT_EXPR, lowpart_mode, lowfrom,
684 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount,
686 tmp = expand_shift (RSHIFT_EXPR, to_mode, tmp, shift_amount,
1757 tmps[i] = expand_shift (LSHIFT_EXPR, mode, tmps[i],
2009 tmps[i] = expand_shift (RSHIFT_EXPR, mode, tmps[i],
3981 value = expand_shift (LSHIFT_EXPR, str_mode, value,
4016 value = expand_shift (LSHIFT_EXPR, GET_MODE (str_rtx), value,
5569 temp = expand_shift (RSHIFT_EXPR, GET_MODE (temp), temp,
7433 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count,
7435 op0 = expand_shift (RSHIFT_EXP
[all...]
H A Dcalls.c1599 x = expand_shift (LSHIFT_EXPR, word_mode, reg,
1643 x = expand_shift (dir, word_mode, x,
H A Doptabs.c2866 rtx extended = expand_shift (RSHIFT_EXPR, mode, op0,
4625 temp1 = expand_shift (RSHIFT_EXPR, imode, from, integer_one_node,
H A Dfunction.c2631 x = expand_shift (LSHIFT_EXPR, word_mode, reg,
H A Dbuiltins.c5366 temp = expand_shift (RSHIFT_EXPR, imode, temp,
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c7171 expand_shift (RSHIFT_EXPR, SImode, fnaddr,
7179 expand_shift (RSHIFT_EXPR, SImode, cxt,

Completed in 196 milliseconds