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 d3a3696e939cd5e55c52f7673b59a334c7c0bdb9..16b6ce4575e0a6054309a301e6047c1d66072cd0 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -177,6 +177,21 @@ namespace compiler { |
V(X64I16x8SubSaturateU) \ |
V(X64I16x8MinU) \ |
V(X64I16x8MaxU) \ |
+ V(X64I8x16Splat) \ |
+ V(X64I8x16ExtractLane) \ |
+ V(X64I8x16ReplaceLane) \ |
+ V(X64I8x16Add) \ |
+ V(X64I8x16AddSaturateS) \ |
+ V(X64I8x16Sub) \ |
+ V(X64I8x16SubSaturateS) \ |
+ V(X64I8x16MinS) \ |
+ V(X64I8x16MaxS) \ |
+ V(X64I8x16Eq) \ |
+ V(X64I8x16Ne) \ |
+ V(X64I8x16AddSaturateU) \ |
+ V(X64I8x16SubSaturateU) \ |
+ V(X64I8x16MinU) \ |
+ V(X64I8x16MaxU) \ |
V(X64S128Select) \ |
V(X64S128Zero) |