Home
last modified time | relevance | path

Searched refs:c_v128_andn (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics.h95 SIMD_INLINE v128 v128_andn(v128 a, v128 b) { return c_v128_andn(a, b); } in v128_andn()
Dv256_intrinsics_c.h213 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()
Dv128_intrinsics_c.h208 SIMD_INLINE c_v128 c_v128_andn(c_v128 a, c_v128 b) { in c_v128_andn() function