Home
last modified time | relevance | path

Searched refs:bit_andnot (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp280 simdutf_really_inline simd8<T> bit_andnot(const simd8<T> other) const { return vbicq_u8(*this, other); } in bit_andnot() function
572 simdutf_really_inline simd8<int8_t> bit_andnot(const simd8<int8_t> other) const { return vbicq_s8(value, other.value); } in bit_andnot() function
789 simdutf_really_inline simd16<T> bit_andnot(const simd16<T> other) const { return vbicq_u16(*this, other); } in bit_andnot() function
1711 simdutf_really_inline Child bit_andnot(const Child other) const { return _mm256_andnot_si256(other, *this); } in bit_andnot() function
2616 simdutf_really_inline Child bit_andnot(const Child other) const { return _mm_andnot_si128(other, *this); } in bit_andnot() function
3497 simdutf_really_inline Child bit_andnot(const Child other) const { in bit_andnot() function
[all...]

Completed in 33 milliseconds