Searched refs:v128_madd_us8 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_x86.h | 424 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { in v128_madd_us8() function 437 return v128_madd_us8(a, _mm_set1_epi8(1)); in v128_padd_u8()
|
D | v256_intrinsics_v128.h | 304 return v256_from_v128(v128_madd_us8(a.val[1], b.val[1]), in v256_madd_us8() 305 v128_madd_us8(a.val[0], b.val[0])); in v256_madd_us8()
|
D | v128_intrinsics.h | 126 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { return c_v128_madd_us8(a, b); } in v128_madd_us8() function
|
D | v128_intrinsics_arm.h | 316 SIMD_INLINE v128 v128_madd_us8(v128 a, v128 b) { in v128_madd_us8() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 548 SIMD_TUPLE(v128_madd_s16, 0U, 0U), SIMD_TUPLE(v128_madd_us8, 0U, 0U),
|
D | simd_cmp_impl.h | 702 MAP(v128_madd_us8),
|