Home
last modified time | relevance | path

Searched refs:store2 (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/aom_dsp/mips/
Dconvolve2_vert_dspr2.c34 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
102 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
124 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
192 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
Dconvolve8_vert_dspr2.c36 uint32_t store1, store2; in convolve_vert_4_dspr2() local
159 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_4_dspr2()
184 uint32_t store1, store2; in convolve_vert_64_dspr2() local
308 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) 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
101 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_4_dspr2()
123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
191 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_vert_64_dspr2()
Dconvolve2_avg_dspr2.c33 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local
109 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_avg_vert_4_dspr2()
132 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local
209 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_bi_avg_vert_64_dspr2()
Dconvolve8_vert_dspr2.c34 uint32_t store1, store2; in convolve_vert_4_dspr2() local
157 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_4_dspr2()
182 uint32_t store1, store2; in convolve_vert_64_dspr2() local
306 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_vert_64_dspr2()
Dconvolve8_avg_dspr2.c35 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
166 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_4_dspr2()
191 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
323 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_64_dspr2()
/external/skia/src/core/
DSk4px.h60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
/external/skqp/src/core/
DSk4px.h60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataStoreTest.java194 final ExecutionDataStore store2 = new ExecutionDataStore(); in testSubtractStore() local
196 store2.put(new ExecutionData(1000, "Sample", data2)); in testSubtractStore()
198 store.subtract(store2); in testSubtractStore()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dalign.ll16 %store2 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 2
24 store double %mul5, double* %store2, align 16
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/
Dload-store-to-memcpy.ll34 ; memcpy(%d, %a) should not be generated since store2 may-aliases load %a.
48 ; store2 may-aliases the load and store3
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dalign.ll16 %store2 = getelementptr inbounds [3 x double], [3 x double]* %agg.tmp.i.i.sroa.0, i64 0, i64 2
24 store double %mul5, double* %store2, align 16
/external/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll70 define void @store2(i16* %p) sanitize_address {
74 ; CHECK-LABEL: define void @store2
Dexperiment.ll70 define void @store2(i16* %p) sanitize_address {
74 ; CHECK-LABEL: define void @store2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll70 define void @store2(i16* %p) sanitize_address {
74 ; CHECK-LABEL: define void @store2
Dexperiment.ll70 define void @store2(i16* %p) sanitize_address {
74 ; CHECK-LABEL: define void @store2
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py316 store2 = multistore_file.get_credential_storage_custom_string_key(
318 store2.put(credentials)
327 store2.delete()
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind {
148 ; CHECK-LABEL: store2:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Df16-convert.ll147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind {
148 ; CHECK-LABEL: store2: