diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index 0b1b6fa90..28e6f03cf 100644 --- a/src/literal.h +++ b/src/literal.h @@ -628,6 +628,10 @@ public: Literal extendHighSToVecI32x4() const; Literal extendLowUToVecI32x4() const; Literal extendHighUToVecI32x4() const; + Literal extendLowSToVecI64x2() const; + Literal extendHighSToVecI64x2() const; + Literal extendLowUToVecI64x2() const; + Literal extendHighUToVecI64x2() const; Literal swizzleVec8x16(const Literal& other) const; // Checks if an RTT value is a sub-rtt of another, that is, whether GC data |