OSDN Git Service

* config/mips/mips.md (<u>mulsidi3_32bit_r4000): Fix unsigned case.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 2004 20:13:54 +0000 (20:13 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 2004 20:13:54 +0000 (20:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88461 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.md

index 06f6247..998270c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.md (<u>mulsidi3_32bit_r4000): Fix unsigned case.
+
 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
 
        PR tree-optimization/16632
index 41aeabc..70428ae 100644 (file)
                 (any_extend:DI (match_operand:SI 2 "register_operand" "d"))))
    (clobber (match_scratch:DI 3 "=x"))]
   "!TARGET_64BIT && TARGET_FIX_R4000"
-  "mult\t%1,%2\;mflo\t%L0;mfhi\t%M0"
+  "mult<u>\t%1,%2\;mflo\t%L0;mfhi\t%M0"
   [(set_attr "type" "imul")
    (set_attr "mode" "SI")
    (set_attr "length" "12")])