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 c92522dbfab416aa509ee8f7fe4ffd722dde0f0a..d3b7f7c1cfbf290fc5593904b36dbcdb940430c6 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -148,7 +148,10 @@ namespace compiler { |
V(X64Xchgw) \ |
V(X64Xchgl) \ |
V(X64Int32x4Create) \ |
- V(X64Int32x4ExtractLane) |
+ V(X64Int32x4ExtractLane) \ |
+ V(X64Int32x4ReplaceLane) \ |
+ V(X64Int32x4Add) \ |
+ V(X64Int32x4Sub) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |