ARM: optimize inlined doubles
authorJacob.Bramley@arm.com <Jacob.Bramley@arm.com>
Wed, 5 Nov 2014 11:50:49 +0000 (11:50 +0000)
committerJacob.Bramley@arm.com <Jacob.Bramley@arm.com>
Wed, 5 Nov 2014 11:51:13 +0000 (11:51 +0000)
commit858a5e53195b0b49ced421076cf44e1429137469
tree3cbcc49628ee03e5379b07ef686067d721d9eb2c
parent6de28b2be1cbbca3e1d7ae3830732f5d4465fb6d
ARM: optimize inlined doubles

Use 'vmov Dn[x], ip' instead of 'vmov Sn, ip' to load double immediates.
This patch is only useful for Turbofan as Crankshaft loads double immediates from the constant pool.
This give a little improvement on asm.js benchmarks

R=bmeurer@chromium.org, ulan@chromium.org

BUG=

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

Cr-Commit-Position: refs/heads/master@{#25146}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25146 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm.cc