Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/mips/
Dconvolve2_vert_dspr2.c34 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
101 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_4_dspr2()
124 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_bi_vert_64_dspr2()
Dconvolve8_vert_dspr2.c36 uint32_t store1, store2; in convolve_vert_4_dspr2() local
158 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_4_dspr2()
184 uint32_t store1, store2; in convolve_vert_64_dspr2() local
307 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_vert_64_dspr2()
/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.c35 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
165 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_4_dspr2()
191 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
322 [Temp2] "=&r"(Temp2), [store1] "=&r"(store1), in convolve_avg_vert_64_dspr2()
/external/skia/src/core/
DSk4px.h61 void store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
133 fn(Load1(src)).store1(dst); in MapSrc()
163 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc()
193 fn(Load1(dst), Sk16b(*a)).store1(dst); in MapDstAlpha()
225 fn(Load1(dst), Load1(src), Sk16b(*a)).store1(dst); in MapDstSrcAlpha()
/external/skqp/src/core/
DSk4px.h61 void store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
133 fn(Load1(src)).store1(dst); in MapSrc()
163 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc()
193 fn(Load1(dst), Sk16b(*a)).store1(dst); in MapDstAlpha()
225 fn(Load1(dst), Load1(src), Sk16b(*a)).store1(dst); in MapDstSrcAlpha()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/python/oauth2client/tests/contrib/
Dtest_multistore_file.py306 store1 = multistore_file.get_credential_storage_custom_key(
308 store1.put(credentials)
326 store1.delete()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp302 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
361 ++store1; in check()
475 if (store1 && stores > 1) { in check()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/
Dload-store-to-memcpy.ll45 ; store1 may-aliases the load
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll134 define void @store1(i16* nocapture %a, double %val) nounwind {
135 ; CHECK-LABEL: store1:
/external/swiftshader/third_party/llvm-7.0/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
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmasked_gather_scatter.ll226 ; SCALAR-NEXT: br i1 %ToStore1, label %cond.store1, label %else2