summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index eeccd7be0..dd15ea7ad 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -216,6 +216,13 @@ enum UnaryOp {
WidenLowUVecI32x4ToVecI64x2,
WidenHighUVecI32x4ToVecI64x2,
+ ConvertLowSVecI32x4ToVecF64x2,
+ ConvertLowUVecI32x4ToVecF64x2,
+ TruncSatZeroSVecF64x2ToVecI32x4,
+ TruncSatZeroUVecF64x2ToVecI32x4,
+ DemoteZeroVecF64x2ToVecF32x4,
+ PromoteLowVecF32x4ToVecF64x2,
+
InvalidUnary
};