Offlineasm ARM backend uses the wrong mnemonic for multiply
authorfpizlo@apple.com <fpizlo@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Apr 2012 00:50:07 +0000 (00:50 +0000)
committerfpizlo@apple.com <fpizlo@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Apr 2012 00:50:07 +0000 (00:50 +0000)
commitde8108e514309273e991d6537f6d5ca95524e08e
tree6b2f10911841be52c481ed5cfcc667c472d62532
parent0478350b6febb1fc3de41d14f512de4e44615c48
Offlineasm ARM backend uses the wrong mnemonic for multiply
https://bugs.webkit.org/show_bug.cgi?id=83098
<rdar://problem/11168744>

Reviewed by Gavin Barraclough.

Use "mul" instead of "muls" since we're passing three operands, not two.

* offlineasm/armv7.rb:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/offlineasm/armv7.rb