Home
last modified time | relevance | path

Searched refs:vabsi16 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dsimd_x86_p.h439 BL_INLINE I128 vabsi16(const I128& x) noexcept { return _mm_abs_epi16(x); } in vabsi16() function
443 BL_INLINE I128 vabsi16(const I128& x) noexcept { return vmaxi16(vsubi16(vzeroi128(), x), x); } in vabsi16() function
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dpipecompiler.cpp533 vabsi16(dst, dst); in vemit_vv_vv()
H A Dpipecompiler_p.h1389 inline void vabsi16(const DstT& dst, const SrcT& src) noexcept { in vabsi16() function