* config/mips/mips.h (PREDICATE_CODES): Add macc_msac_operand.
commit47bac44b58d233131d21f747fbef69bd389c8387
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Apr 2004 07:02:32 +0000 (17 07:02 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Apr 2004 07:02:32 +0000 (17 07:02 +0000)
treeddbb0765cad6fa08e7d2e3e69d8d639d767011fe
parentad46937746aa9deb27e69c815de56dabc7119e12
* config/mips/mips.h (PREDICATE_CODES): Add macc_msac_operand.
* config/mips/mips.c (macc_msac_operand): New function.
* config/mips/mips.md (*msac): Move after *macc.
(*msac2): New.  Generalize macc-related peepholes so that they apply
to msac too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80790 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vr-mult-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/vr-mult-2.c [new file with mode: 0644]