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

Unified Diff: src/compiler/opcodes.h

Issue 2116753002: [builtins] Unify most of the remaining Math builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@2102223005
Patch Set: 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
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index c5380c3abdd0584c20e71f411900b65daf4d6584..9d7ae1c2f18104a065756b10545d48e175a188cc 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -227,9 +227,13 @@
V(NumberCosh) \
V(NumberFloor) \
V(NumberFround) \
+ V(NumberAcos) \
+ V(NumberAcosh) \
+ V(NumberAsin) \
+ V(NumberAsinh) \
V(NumberAtan) \
- V(NumberAtan2) \
V(NumberAtanh) \
+ V(NumberAtan2) \
V(NumberExp) \
V(NumberExpm1) \
V(NumberLog) \
@@ -239,6 +243,7 @@
V(NumberCbrt) \
V(NumberPow) \
V(NumberRound) \
+ V(NumberSign) \
V(NumberSin) \
V(NumberSinh) \
V(NumberSqrt) \
@@ -396,9 +401,13 @@
V(Float64Max) \
V(Float64Min) \
V(Float64Abs) \
+ V(Float64Acos) \
+ V(Float64Acosh) \
+ V(Float64Asin) \
+ V(Float64Asinh) \
V(Float64Atan) \
- V(Float64Atan2) \
V(Float64Atanh) \
+ V(Float64Atan2) \
V(Float64Cbrt) \
V(Float64Cos) \
V(Float64Cosh) \

Powered by Google App Engine
This is Rietveld 408576698