Reviewers: ulan, Message: PTAL.
This should essentially be the same as the ia32 version, except that base is now stored in xmm2 and exponent is stored in xmm1 because the runtime call requires
base in xmm0 and exponent in xmm2, but xmm0 cannot be reserved in hydrogen. Description: Porting Math.pow changes to x64. TEST=math-pow.js, regress-397.js Please review this at http://codereview.chromium.org/8821019/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ia32/code-stubs-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/x64/assembler-x64.h M src/x64/assembler-x64.cc M src/x64/code-stubs-x64.cc M src/x64/disasm-x64.cc M src/x64/lithium-codegen-x64.cc M src/x64/lithium-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
