Searched defs:store4 (Results 1 – 5 of 5) sorted by relevance
29 function store4(v) { function in Module
38 inline void Sk4px::store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function
23 inline void Sk4px::store4(SkPMColor px[4]) const { in store4() function
20 inline void Sk4px::store4(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); } in store4() function
43 static void store4(void* p, __m128i v) { in store4() function