]> gcc.gnu.org Git - gcc.git/commit
sh-protos.h (reg_no_subreg_operand, [...]): Don't declare.
authorJ"orn Rennecke <amylaar@redhat.com>
Tue, 31 Oct 2000 15:34:27 +0000 (15:34 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 31 Oct 2000 15:34:27 +0000 (15:34 +0000)
commit4b9580a58c86cfec3643012e7d7e6f497893a341
treef535c561d57f4bfb1ba2d22cd448fe8302816233
parent89b781699385e3f537dde0360472805f42cef916
sh-protos.h (reg_no_subreg_operand, [...]): Don't declare.

* sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
(fp_extended_operand, emit_fpscr_use): Likewise.
* sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
(fpul_operand): New function.
* sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
fp_extended_operand.  Add fpul_operand.
* sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
(mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
(cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
(negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
(adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
(divdf3_i): Likewise.
(floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
(floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
(fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
(fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
(extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.

From-SVN: r37158
gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/config/sh/sh.md
This page took 0.057316 seconds and 5 git commands to generate.