Home
last modified time | relevance | path

Searched refs:store4 (Results 1 – 12 of 12) 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/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/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/skia/src/jumper/
DSkJumper_vectors.h58 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
71 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
137 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
160 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
244 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
269 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
409 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
461 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
607 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
642 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
DSkJumper_stages.cpp994 store4((uint16_t*)ptr,tail, to_half(r) in STAGE()
1030 store4(ptr,tail, R,G,B,A); in STAGE()
1043 store4(ptr,tail, r,g,b,a); in STAGE()
1448 store4(c->rgba,0, r,g,b,a); in STAGE()
/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: