double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
commit2bd1333d629dababe7b7d18c46d59c0489929e8b
authorAnatoly Sokolov <aesok@post.ru>
Wed, 14 Apr 2010 22:05:32 +0000 (15 02:05 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Wed, 14 Apr 2010 22:05:32 +0000 (15 02:05 +0400)
tree9138061992a73bba986379151a1a1c756a746bf2
parent8b9b8e930562b7cf5598dc5b564fa71d989ebb3c
double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.

* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
(double_int_not, double_int_lshift, double_int_rshift): Declare.
(double_int_negative_p): Convert to static inline function.
* double-int.c (double_int_lshift, double_int_lshift): Add new function.
(double_int_negative_p): Remove.
* tree.h (lshift_double, rshift_double):
* tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
* fold-const.c (fold_convert_const_int_from_real,
fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
(lshift_double): Change type of arith argument to bool.
(rshift_double): Change type of arith argument to bool. Correct
comment.
* expmed.c (mask_rtx, lshift_value): (Ditto.).

From-SVN: r158360
gcc/ChangeLog
gcc/double-int.c
gcc/double-int.h
gcc/expmed.c
gcc/fold-const.c
gcc/tree.c
gcc/tree.h