Searched refs:v128_dotp_su8 (Results 1 – 6 of 6) sorted by relevance
101 return v128_dotp_su8(a.val[1], b.val[1]) + v128_dotp_su8(a.val[0], b.val[0]); in v256_dotp_su8()
79 SIMD_INLINE int64_t v128_dotp_su8(v128 a, v128 b) { in v128_dotp_su8() function
317 SIMD_INLINE int64_t v128_dotp_su8(v128 a, v128 b) { in v128_dotp_su8() function
91 SIMD_INLINE int64_t v128_dotp_su8(v128 a, v128 b) { in v128_dotp_su8() function
791 SIMD_TUPLE(v128_dotp_su8, 0U, 0U));
917 MAP(v128_dotp_su8),