diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index 746fa5d3e..f7ce78f7a 100644 --- a/src/literal.h +++ b/src/literal.h @@ -636,6 +636,12 @@ public: Literal extendHighSToI64x2() const; Literal extendLowUToI64x2() const; Literal extendHighUToI64x2() const; + Literal convertLowSToF64x2() const; + Literal convertLowUToF64x2() const; + Literal truncSatZeroSToI32x4() const; + Literal truncSatZeroUToI32x4() const; + Literal demoteZeroToF32x4() const; + Literal promoteLowToF64x2() const; Literal swizzleI8x16(const Literal& other) const; // Checks if an RTT value is a sub-rtt of another, that is, whether GC data |