Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll96 ; ALL-LABEL: madd3:
128 define i64 @madd3(i32 %a, i32 %b, i64 %c) nounwind readnone {
/external/opencv3/3rdparty/libwebp/dsp/
Denc_sse2.c622 const __m128i madd3 = _mm_madd_epi16(d3, d3); in SSE4x4SSE2() local
624 const __m128i sum1 = _mm_add_epi32(madd2, madd3); in SSE4x4SSE2()