ARM: Tweak Math.exp.
authorrodolph.perfetta@gmail.com <rodolph.perfetta@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 24 Sep 2013 10:40:03 +0000 (10:40 +0000)
committerrodolph.perfetta@gmail.com <rodolph.perfetta@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 24 Sep 2013 10:40:03 +0000 (10:40 +0000)
commit6d8f4d52bf45854115f2171fc5ddac8936f7562c
tree8d91a17d17e2b93b9cd13df76d69f198bc7850f0
parentf26bcd9fefd57ffa24413a46e381456759cb388e
ARM: Tweak Math.exp.

Avoid corrupting the input and small assembly tuning.

BUG=none
TEST=test/mjsunit/lithium/MathExp.js
R=ulan@chromium.org

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

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