v8/src/arm
ricow@chromium.org 496868722f Added fast support for Math.pow. This simply calculates the result using the
same method as the old powi version in runtime.cc and also checks if
the exponent is 0.5 or -0.5 in which case we calculate the square root or 
reciprocal value of the square root.


Review URL: http://codereview.chromium.org/660072

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3964 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-02-26 10:24:58 +00:00
..
assembler-arm-inl.h Remove some unused code on ARM 2010-02-02 11:36:37 +00:00
assembler-arm.cc ARMv7 ubfx support 2010-02-05 08:46:41 +00:00
assembler-arm.h ARMv7 ubfx support 2010-02-05 08:46:41 +00:00
assembler-thumb2-inl.h Land thumb2 assembler update. 2010-02-16 11:40:56 +00:00
assembler-thumb2.cc Land thumb2 assembler update. 2010-02-16 11:40:56 +00:00
assembler-thumb2.h Land thumb2 assembler update. 2010-02-16 11:40:56 +00:00
builtins-arm.cc Review URL: http://codereview.chromium.org/652118 2010-02-24 08:33:51 +00:00
codegen-arm-inl.h Remove complicated Math.sin and Math.cos optimizations that do not buy 2009-12-21 13:30:10 +00:00
codegen-arm.cc Added fast support for Math.pow. This simply calculates the result using the 2010-02-26 10:24:58 +00:00
codegen-arm.h Added fast support for Math.pow. This simply calculates the result using the 2010-02-26 10:24:58 +00:00
constants-arm.cc Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
constants-arm.h Add vstr and vldr floating point load and store to ARM assembler, disassembler, and simulator. 2010-01-25 11:54:10 +00:00
cpu-arm.cc Fix ARM thumb/debug build 2010-01-13 07:45:53 +00:00
debug-arm.cc Change StoreIC interface on ARM platform 2010-02-10 15:06:08 +00:00
disasm-arm.cc ARMv7 ubfx support 2010-02-05 08:46:41 +00:00
fast-codegen-arm.cc Inlining a few virtual frame functions. 2010-02-26 09:32:48 +00:00
frames-arm.cc Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +00:00
frames-arm.h Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor 2009-11-04 08:51:48 +00:00
full-codegen-arm.cc Inlining a few virtual frame functions. 2010-02-26 09:32:48 +00:00
ic-arm.cc Review URL: http://codereview.chromium.org/652118 2010-02-24 08:33:51 +00:00
jump-target-arm.cc Inlining a few virtual frame functions. 2010-02-26 09:32:48 +00:00
macro-assembler-arm.cc Review URL: http://codereview.chromium.org/652118 2010-02-24 08:33:51 +00:00
macro-assembler-arm.h Review URL: http://codereview.chromium.org/652118 2010-02-24 08:33:51 +00:00
regexp-macro-assembler-arm.cc Adding 'static const' for arg numbers used with CallCFunction. 2010-02-25 13:06:05 +00:00
regexp-macro-assembler-arm.h Don't pass the "at start" parameter to native RegExp 2010-01-26 11:08:42 +00:00
register-allocator-arm-inl.h Avoid more static variables in inline functions. 2009-07-17 08:22:07 +00:00
register-allocator-arm.cc Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
register-allocator-arm.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
simulator-arm.cc ARMv7 ubfx support 2010-02-05 08:46:41 +00:00
simulator-arm.h Don't pass the "at start" parameter to native RegExp 2010-01-26 11:08:42 +00:00
stub-cache-arm.cc Review URL: http://codereview.chromium.org/652118 2010-02-24 08:33:51 +00:00
virtual-frame-arm.cc Inlining a few virtual frame functions. 2010-02-26 09:32:48 +00:00
virtual-frame-arm.h Inlining a few virtual frame functions. 2010-02-26 09:32:48 +00:00