Home
last modified time | relevance | path

Searched defs:bit_andnot (Results 1 – 10 of 10) sorted by relevance

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Dbit_andnot.h36 bit_andnot(const any_vec<N,V1>& a, const any_vec<N,V2>& b) in bit_andnot() function
44 bit_andnot(const unsigned& a, const any_vec<N,V>& b) in bit_andnot() function
50 bit_andnot(const unsigned long& a, const any_vec<N,V>& b) in bit_andnot() function
62 bit_andnot(const int& a, const any_vec<N,V>& b) in bit_andnot() function
68 bit_andnot(const long& a, const any_vec<N,V>& b) in bit_andnot() function
74 bit_andnot(const long long& a, const any_vec<N,V>& b) in bit_andnot() function
81 bit_andnot(const any_vec<N,V>& a, const unsigned& b) in bit_andnot() function
87 bit_andnot(const any_vec<N,V>& a, const unsigned long& b) in bit_andnot() function
99 bit_andnot(const any_vec<N,V>& a, const int& b) in bit_andnot() function
105 bit_andnot(const any_vec<N,V>& a, const long& b) in bit_andnot() function
[all …]
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/haswell/
H A Dsimd.h30 …simdjson_really_inline Child bit_andnot(const Child other) const { return _mm256_andnot_si256(othe… in bit_andnot() function
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/westmere/
H A Dsimd.h29 …simdjson_really_inline Child bit_andnot(const Child other) const { return _mm_andnot_si128(other, … in bit_andnot() function
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/haswell/
H A Dsimd.h30 …simdjson_really_inline Child bit_andnot(const Child other) const { return _mm256_andnot_si256(othe… in bit_andnot() function
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/westmere/
H A Dsimd.h29 …simdjson_really_inline Child bit_andnot(const Child other) const { return _mm_andnot_si128(other, … in bit_andnot() function
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/ppc64/
H A Dsimd.h41 simdjson_really_inline Child bit_andnot(const Child other) const { in bit_andnot() function
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/ppc64/
H A Dsimd.h41 simdjson_really_inline Child bit_andnot(const Child other) const { in bit_andnot() function
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/arm64/
H A Dsimd.h116 …simdjson_really_inline simd8<T> bit_andnot(const simd8<T> other) const { return vbicq_u8(*this, ot… in bit_andnot() function
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/arm64/
H A Dsimd.h129 …simdjson_really_inline simd8<T> bit_andnot(const simd8<T> other) const { return vbicq_u8(*this, ot… in bit_andnot() function
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/null/
H A Dbitwise.h65 V bit_andnot(const V& a, const V& b) in bit_andnot() function