| 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 16b6ce4575e0a6054309a301e6047c1d66072cd0..959a7d2d03a6af6359c8d9c3251eb0d436eb60f8 100644
 | 
| --- a/src/compiler/x64/instruction-codes-x64.h
 | 
| +++ b/src/compiler/x64/instruction-codes-x64.h
 | 
| @@ -132,6 +132,7 @@ namespace compiler {
 | 
|    V(X64Movq)                       \
 | 
|    V(X64Movsd)                      \
 | 
|    V(X64Movss)                      \
 | 
| +  V(X64Movdqu)                     \
 | 
|    V(X64BitcastFI)                  \
 | 
|    V(X64BitcastDL)                  \
 | 
|    V(X64BitcastIF)                  \
 | 
| @@ -149,6 +150,7 @@ namespace compiler {
 | 
|    V(X64I32x4Shl)                   \
 | 
|    V(X64I32x4ShrS)                  \
 | 
|    V(X64I32x4Add)                   \
 | 
| +  V(X64I32x4AddHoriz)              \
 | 
|    V(X64I32x4Sub)                   \
 | 
|    V(X64I32x4Mul)                   \
 | 
|    V(X64I32x4MinS)                  \
 | 
| @@ -165,6 +167,7 @@ namespace compiler {
 | 
|    V(X64I16x8ShrS)                  \
 | 
|    V(X64I16x8Add)                   \
 | 
|    V(X64I16x8AddSaturateS)          \
 | 
| +  V(X64I16x8AddHoriz)              \
 | 
|    V(X64I16x8Sub)                   \
 | 
|    V(X64I16x8SubSaturateS)          \
 | 
|    V(X64I16x8Mul)                   \
 | 
| @@ -192,6 +195,10 @@ namespace compiler {
 | 
|    V(X64I8x16SubSaturateU)          \
 | 
|    V(X64I8x16MinU)                  \
 | 
|    V(X64I8x16MaxU)                  \
 | 
| +  V(X64S128And)                    \
 | 
| +  V(X64S128Or)                     \
 | 
| +  V(X64S128Xor)                    \
 | 
| +  V(X64S128Not)                    \
 | 
|    V(X64S128Select)                 \
 | 
|    V(X64S128Zero)
 | 
|  
 | 
| 
 |