Home
last modified time | relevance | path

Searched refs:LSHIFT_EXPR (Results 1 – 25 of 61) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconvert.c250 case LSHIFT_EXPR:
349 || ex_form == LSHIFT_EXPR
353 || ex_form == LSHIFT_EXPR)
H A Dfold-const.c1069 case LSHIFT_EXPR:
2522 mask = const_binop (LSHIFT_EXPR, mask, size_int (nbitsize - lbitsize), 0);
2593 const_binop (LSHIFT_EXPR,
2672 mask = const_binop (LSHIFT_EXPR, mask, size_int (precision - *pbitsize), 0);
2703 const_binop (LSHIFT_EXPR, tmask,
3476 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1), 0);
3746 ll_mask = const_binop (LSHIFT_EXPR, convert (lntype, ll_mask),
3748 rl_mask = const_binop (LSHIFT_EXPR, convert (lntype, rl_mask),
3755 l_const = const_binop (LSHIFT_EXPR, l_const, size_int (xll_bitpos), 0);
3772 r_const = const_binop (LSHIFT_EXPR, r_const, size_int (xrl_bitpos), 0);
[all …]
H A Dexpmed.c833 value = expand_shift (LSHIFT_EXPR, mode, value,
1218 target = expand_shift (LSHIFT_EXPR, mode, target,
1680 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
1834 part = expand_shift (LSHIFT_EXPR, word_mode, part,
1840 part = expand_shift (LSHIFT_EXPR, word_mode, part,
1859 result = expand_shift (LSHIFT_EXPR, word_mode, result,
1909 int left = (code == LSHIFT_EXPR || code == LROTATE_EXPR);
1979 temp = expand_shift (left ? LSHIFT_EXPR : RSHIFT_EXPR,
1981 temp1 = expand_shift (left ? RSHIFT_EXPR : LSHIFT_EXPR,
2455 accum = expand_shift (LSHIFT_EXPR, mode, accum,
[all …]
H A Dc-pretty-print.c912 case LSHIFT_EXPR:
916 pp_identifier (ppi, code == LSHIFT_EXPR ? "<<" : ">>");
1182 case LSHIFT_EXPR:
H A Dexpr.c1187 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount,
2219 shift = expand_shift (LSHIFT_EXPR, word_mode,
5026 = fold (build (LSHIFT_EXPR, type, value,
5660 temp = expand_shift (LSHIFT_EXPR, tmode, temp, count, 0, 0);
7383 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count,
7601 op0 = expand_shift (LSHIFT_EXPR, GET_MODE (op0), op0,
8565 case LSHIFT_EXPR:
8832 result = expand_shift (LSHIFT_EXPR, mode, result,
/openbsd-src/gnu/gcc/gcc/
H A Dexpmed.c916 value = expand_shift (LSHIFT_EXPR, mode, value, in store_fixed_bit_field()
1348 target = expand_shift (LSHIFT_EXPR, mode, target, in extract_bit_field()
1811 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1); in extract_fixed_bit_field()
2118 part = expand_shift (LSHIFT_EXPR, word_mode, part, in extract_split_bit_field()
2125 part = expand_shift (LSHIFT_EXPR, word_mode, part, in extract_split_bit_field()
2145 result = expand_shift (LSHIFT_EXPR, word_mode, result, in extract_split_bit_field()
2189 int left = (code == LSHIFT_EXPR || code == LROTATE_EXPR); in expand_shift()
2216 if (code == LSHIFT_EXPR in expand_shift()
2279 temp = expand_shift (left ? LSHIFT_EXPR : RSHIFT_EXPR, in expand_shift()
2281 temp1 = expand_shift (left ? RSHIFT_EXPR : LSHIFT_EXPR, in expand_shift()
[all …]
H A Dconvert.c560 case LSHIFT_EXPR: in convert_to_integer()
658 || ex_form == LSHIFT_EXPR in convert_to_integer()
662 || ex_form == LSHIFT_EXPR in convert_to_integer()
H A Dfold-const.c1557 case LSHIFT_EXPR: in int_const_binop()
3551 mask = const_binop (LSHIFT_EXPR, mask, size_int (nbitsize - lbitsize), 0); in optimize_bit_field_compare()
3618 const_binop (LSHIFT_EXPR, in optimize_bit_field_compare()
3707 mask = const_binop (LSHIFT_EXPR, mask, size_int (precision - *pbitsize), 0); in decode_field_reference()
3736 const_binop (LSHIFT_EXPR, tmask, in all_ones_mask_p()
4981 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1), 0); in unextend()
5248 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask), in fold_truthop()
5250 rl_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, rl_mask), in fold_truthop()
5257 l_const = const_binop (LSHIFT_EXPR, l_const, size_int (xll_bitpos), 0); in fold_truthop()
5272 r_const = const_binop (LSHIFT_EXPR, r_const, size_int (xrl_bitpos), 0); in fold_truthop()
[all …]
H A Dc-pretty-print.c1592 case LSHIFT_EXPR: in pp_c_shift_expression()
1596 pp_identifier (pp, code == LSHIFT_EXPR ? "<<" : ">>"); in pp_c_shift_expression()
1898 case LSHIFT_EXPR: in pp_c_expression()
H A Dtree-pretty-print.c1191 case LSHIFT_EXPR: in dump_generic_node()
2151 case LSHIFT_EXPR: in op_prio()
2294 case LSHIFT_EXPR: in op_symbol_1()
H A Dtree-vect-transform.c1569 if (code == LSHIFT_EXPR || code == RSHIFT_EXPR) in vectorizable_operation()
1611 if (code == LSHIFT_EXPR || code == RSHIFT_EXPR) in vectorizable_operation()
2361 build2 (LSHIFT_EXPR, TREE_TYPE (ratio_name), ratio_name, log_vf)); in vect_generate_tmps_on_preheader()
H A Dexpr.c682 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount, in convert_move()
1755 tmps[i] = expand_shift (LSHIFT_EXPR, mode, tmps[i], in emit_group_load_1()
3975 value = expand_shift (LSHIFT_EXPR, str_mode, value, in optimize_bitfield_assignment_op()
4010 value = expand_shift (LSHIFT_EXPR, GET_MODE (str_rtx), value, in optimize_bitfield_assignment_op()
5037 = fold_build2 (LSHIFT_EXPR, type, value, in store_constructor()
7377 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count, in expand_expr_real_1()
7599 op0 = expand_shift (LSHIFT_EXPR, GET_MODE (op0), op0, in expand_expr_real_1()
8400 case LSHIFT_EXPR: in expand_expr_real_1()
8819 exp = expand_shift (LSHIFT_EXPR, GET_MODE (exp), exp, count, target, 0); in reduce_to_bit_field_precision()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Doperators.def114 DEF_SIMPLE_OPERATOR ("<<", LSHIFT_EXPR, "ls", 2)
146 DEF_ASSN_OPERATOR ("<<=", LSHIFT_EXPR, "lS", 2)
H A Ddump.c143 case LSHIFT_EXPR:
H A Dspew.c295 case CPP_LSHIFT: YYCODE(LSHIFT_EXPR); YYCHAR(LSHIFT);
319 case CPP_LSHIFT_EQ: YYCODE(LSHIFT_EXPR); YYCHAR(ASSIGN);
H A Drtti.c1101 offset = cp_build_binary_op (LSHIFT_EXPR, offset,
/openbsd-src/gnu/gcc/gcc/cp/
H A Doperators.def116 DEF_SIMPLE_OPERATOR ("<<", LSHIFT_EXPR, "ls", 2)
145 DEF_ASSN_OPERATOR ("<<=", LSHIFT_EXPR, "lS", 2)
H A Ddump.c140 case LSHIFT_EXPR: in dump_op()
H A Drtti.c1069 offset = cp_build_binary_op (LSHIFT_EXPR, offset, in get_pseudo_ti_init()
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.h1549 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
1555 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
1562 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
1568 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c85 LSHIFT_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h2021 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
2027 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
2034 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
2040 tmp2 = expand_shift (LSHIFT_EXPR, QImode, \
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c1583 case LSHIFT_EXPR: in ffecom_overlap_()
4415 return ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4456 ffecom_2 (LSHIFT_EXPR, arg1_type, in ffecom_expr_intrinsic_()
4472 ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4517 ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4536 ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4581 = ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4609 ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4616 ffecom_2 (LSHIFT_EXPR, tree_type, in ffecom_expr_intrinsic_()
4718 = ffecom_2 (LSHIFT_EXPR, arg4_type, in ffecom_expr_intrinsic_()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c835 case LSHIFT_EXPR:
H A Dexpr.c1400 case LSHIFT_EXPR:
1475 case LSHIFT_EXPR:

123