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 aad172788e4027c73dfe9405411c41eb321e4bf7..3af2a1c8445ef5f2fcee33df1104236d13a0853c 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -146,11 +146,12 @@ namespace compiler { |
V(X64Xchgb) \ |
V(X64Xchgw) \ |
V(X64Xchgl) \ |
- V(X64Int32x4Create) \ |
+ V(X64Int32x4Splat) \ |
V(X64Int32x4ExtractLane) \ |
V(X64Int32x4ReplaceLane) \ |
V(X64Int32x4Add) \ |
- V(X64Int32x4Sub) |
+ V(X64Int32x4Sub) \ |
+ V(X64Simd128Zero) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |