Commit d08e2ccb by Paul Brook Committed by Paul Brook

arm.md (thumb_mulsi3): Use two-operand assembly form.

2005-04-26  Paul Brook  <paul@codesourcery.com>

	* config/arm/arm.md (thumb_mulsi3): Use two-operand assembly form.

[[Split portion of a mixed commit.]]

From-SVN: r98783.2
parent 107a4b41
2005-04-26 Paul Brook <paul@codesourcery.com>
* config/arm/arm.md (thumb_mulsi3): Use two-operand assembly form.
2005-04-26 Nathan Sidwell <nathan@codesourcery.com> 2005-04-26 Nathan Sidwell <nathan@codesourcery.com>
* config/mips.mips.c (mips_legitimize_tls_address): Use * config/mips.mips.c (mips_legitimize_tls_address): Use
......
...@@ -1077,9 +1077,9 @@ ...@@ -1077,9 +1077,9 @@
"TARGET_THUMB" "TARGET_THUMB"
"* "*
if (which_alternative < 2) if (which_alternative < 2)
return \"mov\\t%0, %1\;mul\\t%0, %0, %2\"; return \"mov\\t%0, %1\;mul\\t%0, %2\";
else else
return \"mul\\t%0, %0, %2\"; return \"mul\\t%0, %2\";
" "
[(set_attr "length" "4,4,2") [(set_attr "length" "4,4,2")
(set_attr "insn" "mul")] (set_attr "insn" "mul")]
......
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