mips.md (one_cmpl[sd]i2): Redefine using :GPR.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 23 Aug 2004 07:59:27 +0000 (07:59 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 23 Aug 2004 07:59:27 +0000 (07:59 +0000)
commit3d1f285d085b455b12954bc7162307ed1ae58925
treeba55effde3a479b22b09d5d780a402b43ce7c319
parentc0e1b12feef416da65d62963b3dbff4c4ee2d903
mips.md (one_cmpl[sd]i2): Redefine using :GPR.

* config/mips/mips.md (one_cmpl[sd]i2): Redefine using :GPR.
(and[sd]3, ior[sd]i3, xor[sd]i3): Likewise.  Change 32-bit patterns
to use register_operand rather than uns_arith_operand as the predicate
for operand 1.  Remove redundant MIPS16 force_reg() for operand 1.
(*and[sd]i3, *ior[sd]i3, *xor[sd]i3): Name formerly unnamed patterns.
Redefine using :GPR.  Make same predicate change here.  Extend the
commutativity of operands 1 and 2 from the SImode version to the
DImode one.
(*and[sd]i3_mips16, *ior[sd]i3_mips16, *xor[sd]i3_mips16): Likewise,
but with no predicate changes.
(*nor[sd]i3): Redefine using :GPR.

From-SVN: r86413
gcc/ChangeLog
gcc/config/mips/mips.md