Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: src/arm/macro-assembler-arm.h

Issue 6676060: Improved modulo operation in lithium as well as bailout on -0.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/arm/macro-assembler-arm.h
===================================================================
--- src/arm/macro-assembler-arm.h (revision 7217)
+++ src/arm/macro-assembler-arm.h (working copy)
@@ -826,6 +826,10 @@
void JumpIfNotPowerOfTwoOrZero(Register reg,
Register scratch,
Label* not_power_of_two_or_zero);
+ void JumpIfNotPowerOfTwoOrZeroAndNeg(Register reg,
Søren Thygesen Gjesse 2011/03/21 08:42:03 Please add a separate comment for this function.
Alexandre 2011/03/21 09:05:02 Done.
+ Register scratch,
+ Label* zero_and_neg,
+ Label* not_power_of_two);
// ---------------------------------------------------------------------------
// Smi utilities

Powered by Google App Engine
This is Rietveld 408576698