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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index bda793216..c1d2a2b6d 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -973,6 +973,13 @@ enum ASTNodes {
I64x2ExtMulLowUI32x4 = 0xd6,
I64x2ExtMulHighUI32x4 = 0xd7,
+ F64x2ConvertLowSI32x4 = 0x53,
+ F64x2ConvertLowUI32x4 = 0x54,
+ I32x4TruncSatZeroSF64x2 = 0x55,
+ I32x4TruncSatZeroUF64x2 = 0x56,
+ F32x4DemoteZeroF64x2 = 0x57,
+ F64x2PromoteLowF32x4 = 0x69,
+
// prefetch opcodes
PrefetchT = 0xc5,