/external/libaom/libaom/aom_dsp/mips/ |
D | convolve2_vert_dspr2.c | 34 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()
|
D | convolve8_vert_dspr2.c | 36 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/ |
D | convolve2_vert_dspr2.c | 33 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()
|
D | convolve2_avg_dspr2.c | 33 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()
|
D | convolve8_vert_dspr2.c | 34 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()
|
D | convolve8_avg_dspr2.c | 35 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/ |
D | Sk4px.h | 60 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/ |
D | Sk4px.h | 60 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/ |
D | ExecutionDataStoreTest.java | 194 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/ |
D | align.ll | 16 %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/ |
D | load-store-to-memcpy.ll | 34 ; 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/ |
D | align.ll | 16 %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/ |
D | experiment-call.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
D | experiment.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | experiment-call.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
D | experiment.ll | 70 define void @store2(i16* %p) sanitize_address { 74 ; CHECK-LABEL: define void @store2
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 316 store2 = multistore_file.get_credential_storage_custom_string_key( 318 store2.put(credentials) 327 store2.delete()
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 147 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/ |
D | f16-convert.ll | 147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind { 148 ; CHECK-LABEL: store2:
|