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

Unified Diff: src/hydrogen.h

Issue 11293061: Emit VMLA for multiply-add on ARM (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Clean up and support other targets Created 8 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
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 3748970585155bb876219b0a70a777aa9b49e32f..a19b24f4ba2666475b4affe7dd6a4d8a97787dce 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1228,6 +1228,9 @@ class HGraphBuilder: public AstVisitor {
Zone* zone() const { return zone_; }
+ bool MatchMultiplyAdd(HValue* left, HValue* right, HValue** a, HValue** b,
+ HValue** c);
+
// The translation state of the currently-being-translated function.
FunctionState* function_state_;
« no previous file with comments | « src/arm/simulator-arm.cc ('k') | src/hydrogen.cc » ('j') | src/ia32/lithium-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698