ARM: Special case for modulus of two smis in the generic binary opration stub
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Jun 2010 20:03:32 +0000 (20:03 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 16 Jun 2010 20:03:32 +0000 (20:03 +0000)
commit50a2e15bbdc66b7454bfad07a664f9dde830e279
tree991a701f327b485c69d1be3c261ee3b000992499
parente6ea484e1f3d959eb412757f4f441a5a032a15a9
ARM: Special case for modulus of two smis in the generic binary opration stub

When lhs and rhs are positive smis and rhs is a power of two perform modulus by masking.
Review URL: http://codereview.chromium.org/2873001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/codegen-arm.cc