Home
last modified time | relevance | path

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

/external/llvm/test/Instrumentation/MemorySanitizer/
Dorigin-alignment.ll32 define void @Store4(i8 %x) sanitize_memory {
38 ; CHECK-LABEL: @Store4
/external/skia/src/core/
DSkNx.h81 AI static void Store4(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c, const SkNx& d) { in Store4() function
83 Half::Store4(ptr, a.fLo, b.fLo, c.fLo, d.fLo); in Store4()
84 Half::Store4(ptr + 4*N/2*sizeof(T), a.fHi, b.fHi, c.fHi, d.fHi); in Store4()
168 AI static void Store4(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c, const SkNx& d) {
DSkColorSpaceXform.cpp642 Sk4h::Store4(dst, SkFloatToHalf_finite_ftz(dr), in store_f16()
659 Sk4h::Store4(dst, SkFloatToHalf_finite_ftz(dr), in store_f16_opaque()
/external/skia/src/opts/
DSkNx_sse.h86 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() function
315 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() function
402 AI static void Store4(void* ptr, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() function
DSkNx_neon.h122 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() function
250 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() function
/external/skia/tests/
DSkNxTest.cpp358 Sk4f::Store4(dst, a, b, c, d); in DEF_TEST()