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

Unified Diff: src/compiler/opcodes.h

Issue 1424333002: [turbofan] Added the RoundInt64ToFloat64 instruction to TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@BufferedRawMachineAssemblerTester
Patch Set: Created 5 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 e700066af2fbdcf12c496fcea36a7532ed463dca..eb9536174cff456ce65f5fc8069c6bca8c3a2a38 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -267,6 +267,7 @@
V(TruncateFloat64ToFloat32) \
V(TruncateFloat64ToInt32) \
V(TruncateInt64ToInt32) \
+ V(ChangeInt64ToFloat64) \
Benedikt Meurer 2015/10/30 09:42:08 This operator should not be named "ChangeFoo", bec
ahaas 2015/11/02 10:35:37 As titzer suggested, I renamed the operator to "Ro
V(BitcastFloat32ToInt32) \
V(BitcastFloat64ToInt64) \
V(BitcastInt32ToFloat32) \

Powered by Google App Engine
This is Rietveld 408576698