summaryrefslogtreecommitdiff
path: root/src/opcode.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.def')
-rw-r--r--src/opcode.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcode.def b/src/opcode.def
index ecf2ca58..b50a91fe 100644
--- a/src/opcode.def
+++ b/src/opcode.def
@@ -243,6 +243,7 @@ WABT_OPCODE(V128, I32, ___, ___, 0, 0xfd, 0x05, I32X4Splat, "i32x4.splat")
WABT_OPCODE(V128, I64, ___, ___, 0, 0xfd, 0x06, I64X2Splat, "i64x2.splat")
WABT_OPCODE(V128, F32, ___, ___, 0, 0xfd, 0x07, F32X4Splat, "f32x4.splat")
WABT_OPCODE(V128, F64, ___, ___, 0, 0xfd, 0x08, F64X2Splat, "f64x2.splat")
+WABT_OPCODE(V128, V128, V128, ___, 0, 0xfd, 0x18, I8X16Add, "i8x16.add")
WABT_OPCODE(I32, I32, I32, ___, 4, 0xfe, 0x00, AtomicWake, "atomic.wake")
WABT_OPCODE(I32, I32, I32, I64, 4, 0xfe, 0x01, I32AtomicWait, "i32.atomic.wait")