predicates.md (const_compl_high_operand): New.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 3 May 2005 14:55:04 +0000 (16:55 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 3 May 2005 14:55:04 +0000 (14:55 +0000)
commit9bb3323d4d8c25e5892029f24cace99b6d0767da
tree550385e4560f46b68ae9e4f1780c9bc8c9d3feff
parentff7c859760d5caf49e39b8f848925fd0e997d9f3
predicates.md (const_compl_high_operand): New.

* config/sparc/predicates.md (const_compl_high_operand): New.
* config/sparc/sparc.c (sparc_emit_set_safe_HIGH64): Rename into
gen_safe_HIGH64.
(sparc_emit_set_const64_quick1): Adjust for above change.
(sparc_emit_set_const64_quick2): Likewise.
(sparc_emit_set_const64_longway): Likewise.
(sparc_emit_set_const64): Likewise.
* config/sparc/sparc.md (movhi_const64_special, movsi_const64_special,
movdi_const64_special): Delete.
(logical constant splitters): Use const_compl_high_operand.

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