Home
last modified time | relevance | path

Searched refs:vabsi8 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dsimd_x86_p.h438 BL_INLINE I128 vabsi8(const I128& x) noexcept { return _mm_abs_epi8(x); } in vabsi8() function
442 BL_INLINE I128 vabsi8(const I128& x) noexcept { return vminu8(vsubi8(vzeroi128(), x), x); } in vabsi8() function
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dpipecompiler_p.h1384 inline void vabsi8(const DstT& dst, const SrcT& src) noexcept { in vabsi8() function