Home
last modified time | relevance | path

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

/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.c34 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
165 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_4_dspr2()
190 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
322 [store2] "=&r"(store2), [src_ptr] "+r"(src_ptr) in convolve_avg_vert_64_dspr2()
/external/skia/src/core/
DSk4px.h48 void store2(SkPMColor[2]) const;
121 fn(Load2(src)).store2(dst); in MapSrc()
151 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
181 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
213 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/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/skia/src/opts/
DSk4px_none.h39 inline void Sk4px::store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function
DSk4px_SSE2.h21 inline void Sk4px::store2(SkPMColor px[2]) const { _mm_storel_epi64((__m128i*)px, this->fVec); } in store2() function
DSk4px_NEON.h26 inline void Sk4px::store2(SkPMColor px[2]) const { in store2() function
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll147 define void @store2(i16* nocapture %a, i32 %i, float %val) nounwind {
148 ; CHECK-LABEL: store2: