Home
last modified time | relevance | path

Searched refs:madd2 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll15 define i64 @madd2(i32 %a, i32 %b, i32 %c) nounwind readnone {
/external/webp/src/enc/
Ddsp_sse2.c478 const __m128i madd2 = _mm_madd_epi16(d2, d2); in SSE4x4SSE2() local
481 const __m128i sum1 = _mm_add_epi32(madd2, madd3); in SSE4x4SSE2()