Searched refs:Bitmask32 (Results 1 – 3 of 3) sorted by relevance
168 auto mask = Bitmask32(offset + count) ^ Bitmask32(offset); in EmitUnaryOp()179 SIMD::UInt out = (v >> offset) & Bitmask32(count); in EmitUnaryOp()
255 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount);
721 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount) in Bitmask32() function