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

Unified Diff: src/compiler/opcodes.h

Issue 668173002: Add Float64Round operator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Introduce several machine ops instead of round + mode param. Created 6 years, 2 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 8b68e603fb882ec6f2f8a89a3f783470e057e414..3d195afd1c95ba163f9a3fc0874fce587259d96e 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -225,6 +225,10 @@
V(Float64Equal) \
V(Float64LessThan) \
V(Float64LessThanOrEqual) \
+ V(Float64Floor) \
+ V(Float64Ceil) \
+ V(Float64RoundAwayFromZero) \
+ V(Float64RoundToZero) \
V(LoadStackPointer)
#define VALUE_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698