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
This commit is contained in:
Paul Brook 2005-04-26 18:21:27 +00:00 committed by Paul Brook
parent 107a4b414e
commit d08e2ccb27
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
* config/mips.mips.c (mips_legitimize_tls_address): Use

View file

@ -1077,9 +1077,9 @@
"TARGET_THUMB"
"*
if (which_alternative < 2)
return \"mov\\t%0, %1\;mul\\t%0, %0, %2\";
return \"mov\\t%0, %1\;mul\\t%0, %2\";
else
return \"mul\\t%0, %0, %2\";
return \"mul\\t%0, %2\";
"
[(set_attr "length" "4,4,2")
(set_attr "insn" "mul")]