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

Unified Diff: runtime/vm/intrinsifier_mips.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_mips.cc
diff --git a/runtime/vm/intrinsifier_mips.cc b/runtime/vm/intrinsifier_mips.cc
index 6eb52e88e629f33994c2faddbb8c9815a63e924d..6d97ef099c83c73093132c1bfb1dbf8e3c53c1e1 100644
--- a/runtime/vm/intrinsifier_mips.cc
+++ b/runtime/vm/intrinsifier_mips.cc
@@ -1093,6 +1093,10 @@ void Intrinsifier::Smi_bitNegate(Assembler* assembler) {
}
+void Intrinsifier::Smi_bitLength(Assembler* assembler) {
srdjan 2013/09/06 15:35:34 ditto as for ARM
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 T0.

Powered by Google App Engine
This is Rietveld 408576698