]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/mips/mips.md (one_cmpl[sd]i2): Redefine using :GPR.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Aug 2004 07:59:27 +0000 (07:59 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Aug 2004 07:59:27 +0000 (07:59 +0000)
commite8c512e00ccaf5803d80ee1ca6152ddd9efb3ca4
treeba55effde3a479b22b09d5d780a402b43ce7c319
parent760199f87c61d9c27a7a677867615623d93be436
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86413 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.md