summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 8c1990224..1fbe7535c 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1064,6 +1064,14 @@ enum ASTNodes {
F16x8Gt = 0x13a,
F16x8Le = 0x13b,
F16x8Ge = 0x13c,
+ F16x8Add = 0x13d,
+ F16x8Sub = 0x13e,
+ F16x8Mul = 0x13f,
+ F16x8Div = 0x140,
+ F16x8Min = 0x141,
+ F16x8Max = 0xe142,
+ F16x8Pmin = 0x143,
+ F16x8Pmax = 0x144,
// bulk memory opcodes