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 1066393002: [turbofan] Add new Float32Abs and Float64Abs operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix invalid register constraints on x64/ia32. Created 5 years, 8 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 18cd9e1506e5106e501efa8e6f98f2ce48b26e49..e79e911c9e21a7232c7a65d875d04f4a295ddc35 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -249,6 +249,7 @@
V(Float32Div) \
V(Float32Max) \
V(Float32Min) \
+ V(Float32Abs) \
V(Float32Sqrt) \
V(Float64Add) \
V(Float64Sub) \
@@ -257,6 +258,7 @@
V(Float64Mod) \
V(Float64Max) \
V(Float64Min) \
+ V(Float64Abs) \
V(Float64Sqrt) \
V(Float64RoundDown) \
V(Float64RoundTruncate) \

Powered by Google App Engine
This is Rietveld 408576698