Home | History | Annotate | Download | only in dsp

Lines Matching refs:madd1

620   const __m128i madd1 = _mm_madd_epi16(d1, d1);
623 const __m128i sum0 = _mm_add_epi32(madd0, madd1);