Support for SDIV and MLS ARM instructions, and implement DoModI using them.
authordanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Oct 2012 21:27:33 +0000 (21:27 +0000)
committerdanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Oct 2012 21:27:33 +0000 (21:27 +0000)
commit08747c3a16942bb3c98bdc06a5f99035faaf58d7
treefc816c2beb75ae28e7222d23e300acd5d4123a26
parent12d4075c0348dac173d6b67b57dbb262f8f53019
Support for SDIV and MLS ARM instructions, and implement DoModI using them.
Also added support for the runtime detection to check if hardware supports SDIV/UDIV
Other new opportunities to exploit SDIV/UDIV will be done in separate issues.

Review URL: https://chromiumcodereview.appspot.com/10977051
Patch from Subrato K De <subratokde@codeaurora.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12646 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm.cc
src/arm/assembler-arm.h
src/arm/disasm-arm.cc
src/arm/lithium-codegen-arm.cc
src/arm/simulator-arm.cc
src/flag-definitions.h
src/platform-linux.cc
src/v8globals.h