Index: src/wasm/wasm-opcodes.cc |
diff --git a/src/wasm/wasm-opcodes.cc b/src/wasm/wasm-opcodes.cc |
index fc89bb6e58574b3bb00b3d17ae11ce6e464c5605..3cf378058fbc677a3c9c905a805cf45e91fbcffd 100644 |
--- a/src/wasm/wasm-opcodes.cc |
+++ b/src/wasm/wasm-opcodes.cc |
@@ -175,6 +175,7 @@ const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { |
CASE_SIMD_OP(Sub, "sub") |
CASE_SIMD_OP(Mul, "mul") |
CASE_F32x4_OP(Abs, "abs") |
+ CASE_F32x4_OP(AddHoriz, "add_horizontal") |
CASE_F32x4_OP(Sqrt, "sqrt") |
CASE_F32x4_OP(Div, "div") |
CASE_F32x4_OP(RecipApprox, "recip_approx") |
@@ -209,6 +210,7 @@ const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { |
CASE_SIGN_OP(SIMDI, Ge, "ge") |
CASE_SIGN_OP(SIMDI, Shr, "shr") |
CASE_SIMDI_OP(Shl, "shl") |
+ CASE_SIMDI_OP(AddHoriz, "add_horizontal") |
CASE_SIGN_OP(I16x8, AddSaturate, "add_saturate") |
CASE_SIGN_OP(I8x16, AddSaturate, "add_saturate") |
CASE_SIGN_OP(I16x8, SubSaturate, "sub_saturate") |