Home
last modified time | relevance | path

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

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