Improve modulo operation in lithium on IA32.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 28 Apr 2011 14:58:45 +0000 (14:58 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 28 Apr 2011 14:58:45 +0000 (14:58 +0000)
commit37f33a7087db7c1befb8ddeebcaed7d0f0c7efe2
tree47b2dc9773f4ed4bfe1eb6dc0d9eeb590f248caa
parent34d1ea45d7b639eb53422d064dfc510fe86c62b7
Improve modulo operation in lithium on IA32.
Implement fast paths for the special cases like PowerOfTwo divisors
and the dividend being smaller than the divisor (non-negative).

BUG=v8:1314

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7704 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
AUTHORS
src/ia32/lithium-codegen-ia32.cc