ARM: Improve integer multiplication.
authorrodolph.perfetta@gmail.com <rodolph.perfetta@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Sep 2013 13:12:46 +0000 (13:12 +0000)
committerrodolph.perfetta@gmail.com <rodolph.perfetta@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Sep 2013 13:12:46 +0000 (13:12 +0000)
commit82f0649c762865b16afe3413e275abe59014fdac
treeaff657f15184c0c6e87d5b7039c1147bd8fc660a
parente25e6ab25d9336219b6e8caf5c3329cf443ce07a
ARM: Improve integer multiplication.

TEST=test/mjsunit/lithium/MulI.js
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/23452022

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16576 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/lithium-arm.cc
src/arm/lithium-arm.h
src/arm/lithium-codegen-arm.cc
test/mjsunit/lithium/MulI.js [new file with mode: 0644]