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

Unified Diff: src/compiler/opcodes.h

Issue 2103733003: [turbofan] Introduce Float64Pow and NumberPow operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE on ARM64 bug fix. Created 4 years, 6 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
« no previous file with comments | « src/compiler/node-matchers.h ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 6ae55ad2d05388e3eb60b44b1123d99af9a3b5fb..467258e7ed70941eae95950b891dae13f984ea95 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -215,6 +215,7 @@
V(NumberLog2) \
V(NumberLog10) \
V(NumberCbrt) \
+ V(NumberPow) \
V(NumberRound) \
V(NumberSin) \
V(NumberSqrt) \
@@ -393,6 +394,7 @@
V(Float64Log1p) \
V(Float64Log10) \
V(Float64Log2) \
+ V(Float64Pow) \
V(Float64Sin) \
V(Float64Sqrt) \
V(Float64Tan) \
« no previous file with comments | « src/compiler/node-matchers.h ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698