Home
last modified time | relevance | path

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

/external/skia/src/core/
DSk4px.h64 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
125 dst0.store4(dst+0); in MapSrc()
126 dst4.store4(dst+4); in MapSrc()
132 fn(Load4(src)).store4(dst); in MapSrc()
156 dst0.store4(dst+0); in MapDstSrc()
157 dst4.store4(dst+4); in MapDstSrc()
163 fn(Load4(dst), Load4(src)).store4(dst); in MapDstSrc()
187 dst0.store4(dst+0); in MapDstAlpha()
188 dst4.store4(dst+4); in MapDstAlpha()
194 fn(Load4(dst), Load4Alphas(a)).store4(dst); in MapDstAlpha()
[all …]
/external/libpng/intel/
Dfilter_sse2_intrinsics.c36 static void store4(void* p, __m128i v) { in store4() function
102 store4(row, d); in png_read_filter_row_sub4_sse2()
193 store4(row, d); in png_read_filter_row_avg4_sse2()
382 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/llvm/test/CodeGen/AArch64/
Df16-convert.ll175 define void @store4(i16* nocapture %a, i64 %i, float %val) nounwind {
176 ; CHECK-LABEL: store4:
/external/skia/src/opts/
DSkRasterPipeline_opts.h150 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function
171 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function
296 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
340 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
560 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
676 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
902 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) {
964 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) {
2569 store4(ptr,tail, R,G,B,A); in STAGE()
2649 store4((uint16_t*)ptr,tail, to_half(r) in STAGE()
[all …]