/external/skqp/src/core/ |
D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function 118 dst0.store4(dst+0); in MapSrc() 119 dst4.store4(dst+4); in MapSrc() 125 fn(Load4(src)).store4(dst); in MapSrc() 148 dst0.store4(dst+0); in MapDstSrc() 149 dst4.store4(dst+4); in MapDstSrc() 155 fn(Load4(dst), Load4(src)).store4(dst); in MapDstSrc() 178 dst0.store4(dst+0); in MapDstAlpha() 179 dst4.store4(dst+4); in MapDstAlpha() 185 fn(Load4(dst), Load4Alphas(a)).store4(dst); in MapDstAlpha() [all …]
|
/external/skia/src/core/ |
D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function 118 dst0.store4(dst+0); in MapSrc() 119 dst4.store4(dst+4); in MapSrc() 125 fn(Load4(src)).store4(dst); in MapSrc() 148 dst0.store4(dst+0); in MapDstSrc() 149 dst4.store4(dst+4); in MapDstSrc() 155 fn(Load4(dst), Load4(src)).store4(dst); in MapDstSrc() 178 dst0.store4(dst+0); in MapDstAlpha() 179 dst4.store4(dst+4); in MapDstAlpha() 185 fn(Load4(dst), Load4Alphas(a)).store4(dst); in MapDstAlpha() [all …]
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 36 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/pdfium/third_party/libpng16/intel/ |
D | filter_sse2_intrinsics.c | 36 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/ |
D | experiment-call.ll | 79 define void @store4(i32* %p) sanitize_address { 83 ; CHECK-LABEL: define void @store4
|
D | experiment.ll | 79 define void @store4(i32* %p) sanitize_address { 83 ; CHECK-LABEL: define void @store4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | experiment.ll | 79 define void @store4(i32* %p) sanitize_address { 83 ; CHECK-LABEL: define void @store4
|
D | experiment-call.ll | 79 define void @store4(i32* %p) sanitize_address { 83 ; CHECK-LABEL: define void @store4
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 175 define void @store4(i16* nocapture %a, i64 %i, float %val) nounwind { 176 ; CHECK-LABEL: store4:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 175 define void @store4(i16* nocapture %a, i64 %i, float %val) nounwind { 176 ; CHECK-LABEL: store4:
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 161 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 174 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function 259 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 282 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 422 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 474 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 618 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 653 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 1756 store4((uint16_t*)ptr,tail, to_half(r) in STAGE() 1770 store4(ptr,tail, R,G,B,A); in STAGE() [all …]
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 158 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 179 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function 285 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 329 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 531 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 647 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 835 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 897 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 2142 store4(ptr,tail, R,G,B,A); in STAGE() 2203 store4((uint16_t*)ptr,tail, to_half(r) in STAGE() [all …]
|