Searched refs:new_const (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c1771 HOST_WIDE_INT new_const;
1870 new_const = ((c & 0xffff) ^ 0x8000) - 0x8000;
1871 if (new_const != 0)
1873 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output);
1878 return expand_binop (mode, add_optab, temp, GEN_INT (new_const),
1905 new_const = c >> bits;
1906 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output);
1909 new_const = (unsigned HOST_WIDE_INT)c >> bits;
1910 temp = alpha_emit_set_const (subtarget, mode, new_const,
1933 new_const
1764 HOST_WIDE_INT new_const; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcse.c3607 rtx new_const = GEN_INT (-INTVAL (const_arg1));
3609 = lookup (new_const, SAFE_HASH (new_const, mode), mode);
3650 rtx y, inner_const, new_const;
3719 new_const = simplify_binary_operation (associate_code, mode,
3723 if (new_const == 0)
3733 && CONST_INT_P (new_const)
3734 && INTVAL (new_const) >= GET_MODE_PRECISION (mode))
3739 new_const = GEN_INT (GET_MODE_BITSIZE (mode) - 1);
3755 return simplify_gen_binary (code, mode, y, new_const);
3589 rtx new_const = GEN_INT (-INTVAL (const_arg1)); local
3632 rtx y, inner_const, new_const; local
[all...]
H A Dfold-const.c8820 tree new_const = int_const_binop (reverse_op, const2, const1);
8824 if (TREE_OVERFLOW (new_const)
8870 return fold_build2_loc (loc, code, type, variable, new_const);
8791 tree new_const = int_const_binop (reverse_op, const2, const1); local
H A Dcombine.c12203 rtx new_const = simplify_gen_binary (ASHIFTRT, GET_MODE (op0),
12208 new_const);
12162 rtx new_const = simplify_gen_binary (ASHIFTRT, GET_MODE (op0), local
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c1018 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add;
1024 ? (unsigned HOST_WIDE_INT) new_const >
1026 : new_const > INTVAL (cmp1))
1036 cmp1 = GEN_INT (new_const);
1008 HOST_WIDE_INT new_const = INTVAL (cmp1) + p_info->const_add; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dcse.c5900 rtx new_const = GEN_INT (- INTVAL (const_arg1));
5902 = lookup (new_const, safe_hash (new_const, mode) % NBUCKETS,
5947 rtx new_const;
5984 new_const = simplify_binary_operation (associate_code, mode,
5987 if (new_const == 0)
5996 if (is_shift && GET_CODE (new_const) == CONST_INT
5997 && INTVAL (new_const) >= GET_MODE_BITSIZE (mode))
6002 new_const = GEN_INT (GET_MODE_BITSIZE (mode) - 1);
6016 return cse_gen_binary (code, mode, y, new_const);
5878 rtx new_const = GEN_INT (- INTVAL (const_arg1)); local
5925 rtx new_const; local
[all...]

Completed in 266 milliseconds