Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll12 ; ALL-LABEL: madd1:
47 define i64 @madd1(i32 %a, i32 %b, i32 %c) nounwind readnone {
/external/webp/src/dsp/
Denc_sse2.c617 const __m128i madd1 = _mm_madd_epi16(d1, d1); in SSE4x4() local
620 const __m128i sum0 = _mm_add_epi32(madd0, madd1); in SSE4x4()