Home
last modified time | relevance | path

Searched refs:vstorei256u (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dpixelconverter_avx2.cpp59 vstorei256u(dstData + 0, p0); in bl_convert_copy_avx2()
60 vstorei256u(dstData + 32, p1); in bl_convert_copy_avx2()
188 vstorei256u(dstData + 0, p0); in bl_convert_copy_shufb_8888_avx2()
189 vstorei256u(dstData + 32, p1); in bl_convert_copy_shufb_8888_avx2()
190 vstorei256u(dstData + 64, p2); in bl_convert_copy_shufb_8888_avx2()
191 vstorei256u(dstData + 96, p3); in bl_convert_copy_shufb_8888_avx2()
203 vstorei256u(dstData, p0); in bl_convert_copy_shufb_8888_avx2()
286 vstorei256u(dstData + 0, p0); in bl_convert_rgb32_from_rgb24_shufb_avx2()
287 vstorei256u(dstData + 32, p2); in bl_convert_rgb32_from_rgb24_shufb_avx2()
567 vstorei256u(dstData, pix); in bl_convert_unpremultiply_8888_pmulld_template_avx2()
[all …]
H A Dgradient_avx2.cpp126 vstorei256u(dSpanPtr + 0, pp); in blGradientInterpolate32_AVX2()
127 vstorei256u(dSpanPtr + 8, qp); in blGradientInterpolate32_AVX2()
149 vstorei256u(dSpanPtr, pp); in blGradientInterpolate32_AVX2()
H A Dsimd_x86_p.h1090 BL_INLINE void vstorei256u(void* p, const I256& x) noexcept { _mm256_storeu_si256(static_cast<I256*… in vstorei256u() function
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfetchutils.cpp35 _pc->vstorei256u(mem, vec); in begin()
H A Dpipecompiler_p.h1307 …inline void vstorei256u(const x86::Mem& dst, const Operand_& src) noexcept { vemit_vv_vv(PACK_AVX_… in vstorei256u() function
1313 vstorei256u(dst, src); in vstorei256x()