Searched refs:c_v128_andn (Results 1 – 3 of 3) sorted by relevance
95 SIMD_INLINE v128 v128_andn(v128 a, v128 b) { return c_v128_andn(a, b); } in v128_andn()
213 return c_v256_from_v128(c_v128_andn(a.v128[1], b.v128[1]), in c_v256_andn()214 c_v128_andn(a.v128[0], b.v128[0])); in c_v256_andn()
208 SIMD_INLINE c_v128 c_v128_andn(c_v128 a, c_v128 b) { in c_v128_andn() function