Searched refs:c_v64_unpackhi_u8_s16 (Results 1 – 3 of 3) sorted by relevance
586 return c_v128_from_v64(c_v64_unpackhi_u8_s16(a), c_v64_unpacklo_u8_s16(a)); in c_v128_unpack_u8_s16()590 return c_v128_from_v64(c_v64_unpackhi_u8_s16(a.v64[0]), in c_v128_unpacklo_u8_s16()595 return c_v128_from_v64(c_v64_unpackhi_u8_s16(a.v64[1]), in c_v128_unpackhi_u8_s16()
100 SIMD_INLINE v64 v64_unpackhi_u8_s16(v64 a) { return c_v64_unpackhi_u8_s16(a); } in v64_unpackhi_u8_s16()
446 SIMD_INLINE c_v64 c_v64_unpackhi_u8_s16(c_v64 a) { in c_v64_unpackhi_u8_s16() function