Searched refs:c7fff (Results 1 – 1 of 1) sorted by relevance
13003 __m128i c7fff, a_trunc, mask_trunc; in vqmovn_u16() local13004 c7fff = _mm_set1_epi16 (0x7fff); // 15-th bit set to zero in vqmovn_u16()13005 a_trunc = _mm_and_si128(a, c7fff); // a truncated to max signed in vqmovn_u16()13007 …mask_trunc = _mm_and_si128(mask_trunc, c7fff); //zero or c7fff if the 15-th bit had been set in… in vqmovn_u16()