Searched refs:c_v128_unpackhi_u8_s16 (Results 1 – 3 of 3) sorted by relevance
611 return c_v256_from_v128(c_v128_unpackhi_u8_s16(a), c_v128_unpacklo_u8_s16(a)); in c_v256_unpack_u8_s16()615 return c_v256_from_v128(c_v128_unpackhi_u8_s16(a.v128[0]), in c_v256_unpacklo_u8_s16()620 return c_v256_from_v128(c_v128_unpackhi_u8_s16(a.v128[1]), in c_v256_unpackhi_u8_s16()
184 return c_v128_unpackhi_u8_s16(a); in v128_unpackhi_u8_s16()
607 SIMD_INLINE c_v128 c_v128_unpackhi_u8_s16(c_v128 a) { in c_v128_unpackhi_u8_s16() function