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

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: Use VMLA instead, pass all tests(*) 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..fbac5590d742ef690bf2bd57c4f5d390658355ce 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1228,6 +1228,8 @@ 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_;

Powered by Google App Engine
This is Rietveld 408576698