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

Unified Diff: src/compiler/opcodes.h

Issue 2083573002: [builtins] Unify Cosh, Sinh and Tanh as exports from flibm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE and windows 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/mips64/code-generator-mips64.cc ('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 e3265084e41162f9431953480c6a31e2d6f079ff..650d19a25799f292f64417358f9102a5926c2a4c 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -224,6 +224,7 @@
V(NumberClz32) \
V(NumberCeil) \
V(NumberCos) \
+ V(NumberCosh) \
V(NumberFloor) \
V(NumberFround) \
V(NumberAtan) \
@@ -239,8 +240,10 @@
V(NumberPow) \
V(NumberRound) \
V(NumberSin) \
+ V(NumberSinh) \
V(NumberSqrt) \
V(NumberTan) \
+ V(NumberTanh) \
V(NumberTrunc) \
V(NumberToInt32) \
V(NumberToUint32) \
@@ -397,6 +400,7 @@
V(Float64Atanh) \
V(Float64Cbrt) \
V(Float64Cos) \
+ V(Float64Cosh) \
V(Float64Exp) \
V(Float64Expm1) \
V(Float64Log) \
@@ -405,8 +409,10 @@
V(Float64Log2) \
V(Float64Pow) \
V(Float64Sin) \
+ V(Float64Sinh) \
V(Float64Sqrt) \
V(Float64Tan) \
+ V(Float64Tanh) \
V(Float64RoundDown) \
V(Float32RoundUp) \
V(Float64RoundUp) \
« no previous file with comments | « src/compiler/mips64/code-generator-mips64.cc ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698