OSDN Git Service

* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 2010 22:05:32 +0000 (22:05 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:32:34 +0000 (14:32 +0900)
commitb01ea83208c555df8e974af14ad051e0fbcb997a
tree5d3bed68be22f3a7d261ddf7fd26f599dc01ddc0
parent156214c8c2d36fdf35432aca9154b5920abb9411
* 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.).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/double-int.c
gcc/double-int.h
gcc/expmed.c
gcc/fold-const.c
gcc/tree.h