Home
last modified time | relevance | path

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

/dports/devel/vc/Vc-1.4.2/Vc/sse/
H A Dintrinsics.h81 …static Vc_INTRINSIC __m128i Vc_CONST _mm_setone_epi16() { return _mm_load_si128(reinterpret_cast<… in _mm_setone_epi16() function
82 static Vc_INTRINSIC __m128i Vc_CONST _mm_setone_epu16() { return _mm_setone_epi16(); } in _mm_setone_epu16()
/dports/devel/vc/Vc-1.4.2/godbolt/
H A DVc5004 static Vc_INTRINSIC __m128i Vc_CONST _mm_setone_epi16() { return _mm_load_si128(reinterpret_cast<co…
5005 static Vc_INTRINSIC __m128i Vc_CONST _mm_setone_epu16() { return _mm_setone_epi16(); }