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

Unified Diff: runtime/vm/method_recognizer.h

Issue 1913663002: vm: Generate 'and' instruction for Smi values. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
« runtime/lib/integers.cc ('K') | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index a3e0edaff1e375cd19cfec4c9479f4ba4e91776c..917e6ac461a806669b5ce3832547952683100b6c 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -149,6 +149,7 @@ namespace dart {
#define CORE_LIB_INTRINSIC_LIST(V) \
V(_Smi, ~, Smi_bitNegate, 1673522705) \
V(_Smi, get:bitLength, Smi_bitLength, 632480332) \
+ V(_Smi, _bitAndFromSmi, Smi_bitAndFromSmi, 2105491904) \
V(_Bigint, _lsh, Bigint_lsh, 834311957) \
V(_Bigint, _rsh, Bigint_rsh, 333337658) \
V(_Bigint, _absAdd, Bigint_absAdd, 473436659) \
« runtime/lib/integers.cc ('K') | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698