2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
commit7f6661941525829fe0086ccb2c620cf27398c43a
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2007 18:12:01 +0000 (16 18:12 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2007 18:12:01 +0000 (16 18:12 +0000)
treecf3417c7321ebd6b0afef62d1f1999bb37cb5aff
parent477a45f39e73cb59b608fb46f14cfcbd87c370f9
2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

        gcc/

        * config/mips/mips.h (TUNE_24K): Define.
(TUNE_MACC_CHAINS): Add TUNE_24K.
        * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
        imadd.
        * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
        (r74k_int_madd): .. this new reservation.
        (define_bypass): Fixed bypasses for r74k_int_madd to use
mips_linked_madd_p.
        * config/mips/24k.md (define_bypass): Define new
        r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.

gcc/testsuite/

        * gcc.target/mips/mips-sched-madd.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126688 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/24k.md
gcc/config/mips/74k.md
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/mips-sched-madd.c [new file with mode: 0644]