Searched defs:v64_low_s32 (Results 1 – 3 of 3) sorted by relevance
26 SIMD_INLINE int32_t v64_low_s32(v64 a) { return c_v64_low_s32(a); } in v64_low_s32() function
33 SIMD_INLINE int32_t v64_low_s32(v64 a) { return (int32_t)_mm_cvtsi128_si32(a); } in v64_low_s32() function
34 SIMD_INLINE int32_t v64_low_s32(v64 a) { in v64_low_s32() function