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 3af2a1c8445ef5f2fcee33df1104236d13a0853c..029d5d36fec606152967ab25ea842f8762f3f3c0 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -151,6 +151,14 @@ namespace compiler { |
V(X64Int32x4ReplaceLane) \ |
V(X64Int32x4Add) \ |
V(X64Int32x4Sub) \ |
+ V(X64Int32x4Mul) \ |
+ V(X64Int32x4Min) \ |
+ V(X64Int32x4Max) \ |
+ V(X64Uint32x4Min) \ |
+ V(X64Uint32x4Max) \ |
+ V(X64Int32x4Equal) \ |
+ V(X64Int32x4NotEqual) \ |
+ V(X64Simd32x4Select) \ |
V(X64Simd128Zero) |
// Addressing modes represent the "shape" of inputs to an instruction. |