Home
last modified time | relevance | path

Searched defs:bits_not_set_anywhere (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp1914 simdutf_really_inline bool bits_not_set_anywhere() const { return _mm256_testz_si256(*this, *this); } in bits_not_set_anywhere() function
1916 simdutf_really_inline bool bits_not_set_anywhere(simd8<uint8_t> bits) const { return _mm256_testz_si256(*this, bits); } in bits_not_set_anywhere() function
2181 simdutf_really_inline bool bits_not_set_anywhere() const { return _mm256_testz_si256(*this, *this); } in bits_not_set_anywhere() function
2183 simdutf_really_inline bool bits_not_set_anywhere(simd16<uint16_t> bits) const { return _mm256_testz_si256(*this, bits); } in bits_not_set_anywhere() function
2806 simdutf_really_inline bool bits_not_set_anywhere() const { return _mm_testz_si128(*this, *this); } in bits_not_set_anywhere() function
2808 simdutf_really_inline bool bits_not_set_anywhere(simd8<uint8_t> bits) const { return _mm_testz_si128(*this, bits); } bits_not_set_anywhere() function
2863 simdutf_really_inline bool bits_not_set_anywhere() const { return _mm_testz_si128(*this, *this); } bits_not_set_anywhere() function
2865 simdutf_really_inline bool bits_not_set_anywhere(simd8<uint16_t> bits) const { return _mm_testz_si128(*this, bits); } bits_not_set_anywhere() function
3146 simdutf_really_inline bool bits_not_set_anywhere() const { return _mm_testz_si128(*this, *this); } bits_not_set_anywhere() function
3148 simdutf_really_inline bool bits_not_set_anywhere(simd16<uint16_t> bits) const { return _mm_testz_si128(*this, bits); } bits_not_set_anywhere() function
3789 simdutf_really_inline bool bits_not_set_anywhere() const { bits_not_set_anywhere() function
3795 simdutf_really_inline bool bits_not_set_anywhere(simd8<uint8_t> bits) const { bits_not_set_anywhere() function
[all...]

Completed in 26 milliseconds