OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:madd1
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/CodeGen/Mips/
madd-msub.ll
7
define i64 @
madd1
(i32 %a, i32 %b, i32 %c) nounwind readnone {
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
620
const __m128i
madd1
= _mm_madd_epi16(d1, d1);
local
623
const __m128i sum0 = _mm_add_epi32(madd0,
madd1
);
[
all
...]
/external/webp/src/dsp/
enc_sse2.c
620
const __m128i
madd1
= _mm_madd_epi16(d1, d1);
local
623
const __m128i sum0 = _mm_add_epi32(madd0,
madd1
);
[
all
...]
Completed in 128 milliseconds