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

Unified Diff: runtime/vm/intrinsifier_x64.cc

Issue 23645003: Esoteric bit operations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: runtime/vm/intrinsifier_x64.cc
diff --git a/runtime/vm/intrinsifier_x64.cc b/runtime/vm/intrinsifier_x64.cc
index 8b2353287b407844ccbe39fd69a761d1bcb2f5c0..9541ec889b4a0f4b90fc76c8ae0e836224d418c8 100644
--- a/runtime/vm/intrinsifier_x64.cc
+++ b/runtime/vm/intrinsifier_x64.cc
@@ -1004,6 +1004,10 @@ void Intrinsifier::Smi_bitNegate(Assembler* assembler) {
}
+void Intrinsifier::Smi_bitLength(Assembler* assembler) {
srdjan 2013/09/06 15:35:34 ditto
sra1 2013/09/06 22:11:57 Done.
+}
+
+
// Check if the last argument is a double, jump to label 'is_smi' if smi
// (easy to convert to double), otherwise jump to label 'not_double_smi',
// Returns the last argument in RAX.

Powered by Google App Engine
This is Rietveld 408576698