OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:madd3
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/CodeGen/Mips/
madd-msub.ll
108
; ALL-LABEL:
madd3
:
140
define i64 @
madd3
(i32 %a, i32 %b, i64 %c) nounwind readnone {
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
619
const __m128i
madd3
= _mm_madd_epi16(d3, d3);
local
621
const __m128i sum1 = _mm_add_epi32(madd2,
madd3
);
[
all
...]
/external/webp/src/dsp/
enc_sse2.c
619
const __m128i
madd3
= _mm_madd_epi16(d3, d3);
local
621
const __m128i sum1 = _mm_add_epi32(madd2,
madd3
);
[
all
...]
Completed in 129 milliseconds