Home
last modified time | relevance | path

Searched refs:store1 (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve2_vert_dspr2.c33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
100 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
190 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_64_dspr2()
Dconvolve2_avg_dspr2.c33 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local
108 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_avg_vert_4_dspr2()
132 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local
208 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_avg_vert_64_dspr2()
Dconvolve8_vert_dspr2.c34 uint32_t store1, store2; in convolve_vert_4_dspr2() local
156 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_4_dspr2()
182 uint32_t store1, store2; in convolve_vert_64_dspr2() local
305 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_64_dspr2()
Dconvolve8_avg_dspr2.c34 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
164 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_4_dspr2()
190 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
321 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_64_dspr2()
/external/skia/src/core/
DSk4px.h49 void store1(SkPMColor[1]) const;
125 fn(Load1(src)).store1(dst); in MapSrc()
155 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc()
185 fn(Load1(dst), DupAlpha(*a)).store1(dst); in MapDstAlpha()
217 fn(Load1(dst), Load1(src), DupAlpha(*a)).store1(dst); in MapDstSrcAlpha()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dalign.ll15 %store1 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 1
23 store double %mul, double* %store1
/external/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll61 define void @store1(i8* %p) sanitize_address {
65 ; CHECK-LABEL: define void @store1
Dexperiment.ll61 define void @store1(i8* %p) sanitize_address {
65 ; CHECK-LABEL: define void @store1
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
250 ++store1; in check()
343 if (store1 && stores > 1) { in check()
/external/skia/src/opts/
DSk4px_none.h40 inline void Sk4px::store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
DSk4px_SSE2.h22 inline void Sk4px::store1(SkPMColor px[1]) const { *px = _mm_cvtsi128_si32(this->fVec); } in store1() function
DSk4px_NEON.h29 inline void Sk4px::store1(SkPMColor px[1]) const { in store1() function
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll134 define void @store1(i16* nocapture %a, double %val) nounwind {
135 ; CHECK-LABEL: store1:
/external/llvm/test/CodeGen/X86/
Dmasked_memop.ll6934 ; AVX-NEXT: ## BB#3: ## %cond.store1
7041 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
7181 ; AVX1-NEXT: ## BB#3: ## %cond.store1
7395 ; AVX2-NEXT: ## BB#3: ## %cond.store1
7609 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
7833 ; AVX1-NEXT: ## BB#3: ## %cond.store1
8249 ; AVX2-NEXT: ## BB#3: ## %cond.store1
8673 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
9239 ; AVX-NEXT: ## BB#3: ## %cond.store1
9299 ; AVX512F-NEXT: ## BB#3: ## %cond.store1
[all …]
Dmasked_gather_scatter.ll191 ; SCALAR-NEXT: br i1 %ToStore1, label %cond.store1, label %else2