Home
last modified time | relevance | path

Searched refs:store4 (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSk4px.h47 void store4(SkPMColor[4]) const;
110 dst0.store4(dst+0); in MapSrc()
111 dst4.store4(dst+4); in MapSrc()
117 fn(Load4(src)).store4(dst); in MapSrc()
140 dst0.store4(dst+0); in MapDstSrc()
141 dst4.store4(dst+4); in MapDstSrc()
147 fn(Load4(dst), Load4(src)).store4(dst); in MapDstSrc()
170 dst0.store4(dst+0); in MapDstAlpha()
171 dst4.store4(dst+4); in MapDstAlpha()
177 fn(Load4(dst), Load4Alphas(a)).store4(dst); in MapDstAlpha()
[all …]
/external/skia/third_party/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c36 static void store4(void* p, __m128i v) { in store4() function
57 store4(&v012, v); in store3()
108 store4(row, d); in png_read_filter_row_sub4_sse2()
189 store4(row, d); in png_read_filter_row_avg4_sse2()
370 store4(row, _mm_packus_epi16(d,d)); in png_read_filter_row_paeth4_sse2()
/external/pdfium/third_party/libpng16/contrib/intel/
Dfilter_sse2_intrinsics.c36 static void store4(void* p, __m128i v) { in store4() function
57 store4(&v012, v); in store3()
108 store4(row, d); in png_read_filter_row_sub4_sse2()
189 store4(row, d); in png_read_filter_row_avg4_sse2()
370 store4(row, _mm_packus_epi16(d,d)); in png_read_filter_row_paeth4_sse2()
/external/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c36 static void store4(void* p, __m128i v) { in store4() function
57 store4(&v012, v); in store3()
108 store4(row, d); in png_read_filter_row_sub4_sse2()
189 store4(row, d); in png_read_filter_row_avg4_sse2()
370 store4(row, _mm_packus_epi16(d,d)); in png_read_filter_row_paeth4_sse2()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dexperiment-call.ll79 define void @store4(i32* %p) sanitize_address {
83 ; CHECK-LABEL: define void @store4
Dexperiment.ll79 define void @store4(i32* %p) sanitize_address {
83 ; CHECK-LABEL: define void @store4
/external/skia/src/opts/
DSk4px_none.h38 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
DSk4px_SSE2.h20 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } in store4() function
DSk4px_NEON.h23 inline void Sk4px::store4(SkPMColor px[4]) const { in store4() function
/external/llvm/test/CodeGen/AArch64/
Df16-convert.ll175 define void @store4(i16* nocapture %a, i64 %i, float %val) nounwind {
176 ; CHECK-LABEL: store4: