Commit 57c1f13e by Richard Sandiford Committed by Richard Sandiford

* config/mips/mips.md (<u>mulsidi3_32bit_r4000): Fix unsigned case.

From-SVN: r88461
parent 752dbdf0
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
......
......@@ -1418,7 +1418,7 @@
(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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment