Searched refs:store4 (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | Sk4px.h | 47 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/v8/test/mjsunit/asm/ |
D | int32array-constant-key.js | 29 function store4(v) { function in Module 34 load4: load4, store4: store4 }; 58 m.store4(43);
|
/external/libpng/contrib/intel/ |
D | filter_sse2_intrinsics.c | 43 static void store4(void* p, __m128i v) { in store4() function 78 store4(row, d); in png_read_filter_row_sub4_sse2() 139 store4(row, d); in png_read_filter_row_avg4_sse2() 278 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/skia/src/opts/ |
D | Sk4px_none.h | 38 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
|
D | Sk4px_SSE2.h | 20 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } in store4() function
|
D | Sk4px_NEON.h | 23 inline void Sk4px::store4(SkPMColor px[4]) const { in store4() function
|
/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:
|