Lines Matching defs:get_bit
1923 // e.g. value.get_bit<7>() gets the high bit
1925 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 7-N)); }
2190 // e.g. value.get_bit<7>() gets the high bit
2192 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 15-N)); }
2815 // e.g. value.get_bit<7>() gets the high bit
2817 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); }
3155 // e.g. value.get_bit<7>() gets the high bit
3157 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); }