sparc.c (sparc_override_options): If not TARGET_FPU, turn off TARGET_VIS.
authorJakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
Wed, 26 Aug 1998 06:19:46 +0000 (08:19 +0200)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 26 Aug 1998 06:19:46 +0000 (23:19 -0700)
commitf952a23816784c74f96e6d11edc337edacc9ea77
tree1bdede9e6240bae79f92d310f6cb0d0fcf909dcb
parent04069e5c0cdb53970462cf1d6f0786c6278aa96d
sparc.c (sparc_override_options): If not TARGET_FPU, turn off TARGET_VIS.

* config/sparc/sparc.c (sparc_override_options): If not
TARGET_FPU, turn off TARGET_VIS.
* config/sparc/sparc.h (TARGET_SWITCHES): Add no-vis.
(LEGITIMATE_CONSTANT_P): Allow SF/DF mode zero when TARGET_VIS.
* config/sparc/sparc.md (movsi_insn): Use fzeros not fzero.
(movdi_insn_sp64): Add VIS fzero alternative.
(clear_sf, clear_df): New VIS patterns.
(movsf, movdf expanders): Allow fp_zero_operand flat out when
TARGET_VIS.
(one_cmpldi2_sp64): Provide new fnot1 VIS alternative.

From-SVN: r21996
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/config/sparc/sparc.md