Searched refs:NthBit32 (Results 1 – 3 of 3) sorted by relevance
715 rr::RValue<sw::SIMD::UInt> NthBit32(rr::RValue<sw::SIMD::UInt> const &bits) in NthBit32() function723 return NthBit32(bitCount) - sw::SIMD::UInt(1); in Bitmask32()
252 rr::RValue<sw::SIMD::UInt> NthBit32(rr::RValue<sw::SIMD::UInt> const &bits);
182 auto sign = out & NthBit32(count - one); in EmitUnaryOp()