Searched refs:v128_unpack_u8_s16 (Results 1 – 6 of 6) sorted by relevance
177 SIMD_INLINE v128 v128_unpack_u8_s16(v64 a) { return c_v128_unpack_u8_s16(a); } in v128_unpack_u8_s16() function
230 SIMD_INLINE v128 v128_unpack_u8_s16(v64 a) { in v128_unpack_u8_s16() function
561 SIMD_INLINE v128 v128_unpack_u8_s16(v64 a) { in v128_unpack_u8_s16() function
892 v128_store_unaligned(&dst[i * dstride + j], v128_unpack_u8_s16(row)); in SIMD_FUNC()
759 SIMD_TUPLE(v128_unpack_u8_s16, 0U, 0U),
900 MAP(v128_unpack_u8_s16),