Lines Matching refs:expand_shift
615 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount, in convert_mode_scalar()
617 tmp = expand_shift (RSHIFT_EXPR, to_mode, tmp, shift_amount, in convert_mode_scalar()
2345 tmps[i] = expand_shift (LSHIFT_EXPR, mode, tmps[i], in emit_group_load_1()
2654 tmps[i] = expand_shift (RSHIFT_EXPR, mode, tmps[i], in emit_group_store()
4878 value = expand_shift (LSHIFT_EXPR, str_mode, value, bitpos, NULL_RTX, 1); in optimize_bitfield_assignment_op()
4912 value = expand_shift (LSHIFT_EXPR, str_mode, value, bitpos, NULL_RTX, 1); in optimize_bitfield_assignment_op()
7158 temp = expand_shift (RSHIFT_EXPR, temp_mode, temp, in store_field()
10681 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count, in expand_expr_real_1()
10683 op0 = expand_shift (RSHIFT_EXPR, imode, op0, count, in expand_expr_real_1()
11027 op0 = expand_shift (LSHIFT_EXPR, op0_mode, op0, in expand_expr_real_1()
11462 exp = expand_shift (LSHIFT_EXPR, mode, exp, count, target, 0); in reduce_to_bit_field_precision()
11463 return expand_shift (RSHIFT_EXPR, mode, exp, count, target, 0); in reduce_to_bit_field_precision()