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

Unified Diff: src/compiler/x64/instruction-codes-x64.h

Issue 2719953002: Add Int32x4 Wasm Simd Binops, compare ops, select (Closed)
Patch Set: Rebase again Created 3 years, 9 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/x64/instruction-codes-x64.h
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
index a93e94e0e4aa10a8856e1d244596e7af3ce75acc..ba4a1ff96f1a7ae0b8ccf4261de85f56f12595fc 100644
--- a/src/compiler/x64/instruction-codes-x64.h
+++ b/src/compiler/x64/instruction-codes-x64.h
@@ -148,6 +148,17 @@ namespace compiler {
V(X64Int32x4ReplaceLane) \
V(X64Int32x4Add) \
V(X64Int32x4Sub) \
+ V(X64Int32x4Mul) \
+ V(X64Int32x4Min) \
+ V(X64Int32x4Max) \
+ V(X64Int32x4Equal) \
+ V(X64Int32x4NotEqual) \
+ V(X64Int32x4ShiftLeftByScalar) \
+ V(X64Int32x4ShiftRightByScalar) \
+ V(X64Uint32x4ShiftRightByScalar) \
+ V(X64Uint32x4Min) \
+ V(X64Uint32x4Max) \
+ V(X64Simd32x4Select) \
V(X64Simd128Zero)
// Addressing modes represent the "shape" of inputs to an instruction.

Powered by Google App Engine
This is Rietveld 408576698