OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:madd2
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
vector-casts.cpp
46
void
madd2
(testvec rhs) {
function in struct:testvec
/external/llvm/test/CodeGen/Mips/
madd-msub.ll
57
; ALL-LABEL:
madd2
:
98
define i64 @
madd2
(i32 %a, i32 %b, i32 %c) nounwind readnone {
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
618
const __m128i
madd2
= _mm_madd_epi16(d2, d2);
local
621
const __m128i sum1 = _mm_add_epi32(
madd2
, madd3);
[
all
...]
/external/webp/src/dsp/
enc_sse2.c
618
const __m128i
madd2
= _mm_madd_epi16(d2, d2);
local
621
const __m128i sum1 = _mm_add_epi32(
madd2
, madd3);
[
all
...]
Completed in 858 milliseconds