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

Unified Diff: runtime/vm/method_recognizer.h

Issue 701233003: Implement bigint intrinsics on arm64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « runtime/vm/intrinsifier_arm64.cc ('k') | runtime/vm/simulator_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
===================================================================
--- runtime/vm/method_recognizer.h (revision 41606)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -385,6 +385,7 @@
V(_Bigint, _mulAdd, Bigint_mulAdd, 1283124653) \
V(_Bigint, _sqrAdd, Bigint_sqrAdd, 1665155090) \
V(_Bigint, _estQuotientDigit, Bigint_estQuotientDigit, 643982609) \
+ V(_Montgomery, _mulMod, Montgomery_mulMod, 149127024) \
// A list of core functions that internally dispatch based on received id.
#define POLYMORPHIC_TARGET_LIST(V) \
« no previous file with comments | « runtime/vm/intrinsifier_arm64.cc ('k') | runtime/vm/simulator_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698