Home
last modified time | relevance | path

Searched defs:v256_andn (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics.h110 SIMD_INLINE v256 v256_andn(v256 a, v256 b) { return c_v256_andn(a, b); } in v256_andn() function
Dv256_intrinsics_v128.h180 SIMD_INLINE v256 v256_andn(v256 a, v256 b) { in v256_andn() function
Dv256_intrinsics_x86.h495 SIMD_INLINE v256 v256_andn(v256 a, v256 b) { return _mm256_andnot_si256(b, a); } in v256_andn() function