predicates.md (arith_double_operand): Use trunc_int_for_mode if HOST_BITS_PER_WIDE_IN...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 22 Apr 2005 13:25:57 +0000 (15:25 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 22 Apr 2005 13:25:57 +0000 (13:25 +0000)
commit8ca864d2a8cfd66dadfce83846651504c0975e3c
tree8422d0da8cd90e28928ed5f561f883de2f3b980d
parent144d51f9df000e9be80c419cb73f3823b50e85eb
predicates.md (arith_double_operand): Use trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.

* config/sparc/predicates.md (arith_double_operand): Use
trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.
* config/sparc/sparc.md (movqi, movhi, movsi, movqi): Use gen_int_mode.
(DImode, DFmode constant splitters): Likewise.  Remove code for
TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT < 64.
(logical constant splitters): Use const_int_operand predicate.
(lshrsi3_extend): Remove code for TARGET_ARCH64 &&
HOST_BITS_PER_WIDE_INT < 64.

From-SVN: r98560
gcc/ChangeLog
gcc/config/sparc/predicates.md
gcc/config/sparc/sparc.md