summaryrefslogtreecommitdiff
path: root/src/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/literal.h')
-rw-r--r--src/literal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h
index dd6247d00..882a99027 100644
--- a/src/literal.h
+++ b/src/literal.h
@@ -382,6 +382,7 @@ public:
Literal convertUIToF32() const;
Literal convertSIToF64() const;
Literal convertUIToF64() const;
+ Literal convertF32ToF16() const;
Literal truncSatToSI32() const;
Literal truncSatToSI64() const;
@@ -618,6 +619,14 @@ public:
Literal extMulHighSI64x2(const Literal& other) const;
Literal extMulLowUI64x2(const Literal& other) const;
Literal extMulHighUI64x2(const Literal& other) const;
+ Literal addF16x8(const Literal& other) const;
+ Literal subF16x8(const Literal& other) const;
+ Literal mulF16x8(const Literal& other) const;
+ Literal divF16x8(const Literal& other) const;
+ Literal minF16x8(const Literal& other) const;
+ Literal maxF16x8(const Literal& other) const;
+ Literal pminF16x8(const Literal& other) const;
+ Literal pmaxF16x8(const Literal& other) const;
Literal absF32x4() const;
Literal negF32x4() const;
Literal sqrtF32x4() const;