Lines Matching refs:_32
300 auto _32 = _mm_cvttps_epi32(src.fVec); variable
305 return _mm_shuffle_epi8(_32, _mm_setr_epi8(0,1, 4,5, 8,9, 12,13, _,_,_,_,_,_,_,_));
308 _32 = _mm_sub_epi32(_32, _mm_set1_epi32((int)0x00008000));
309 return _mm_add_epi16(_mm_packs_epi32(_32, _32), _mm_set1_epi16((short)0x8000));
314 auto _32 = _mm_cvttps_epi32(src.fVec); variable
317 return _mm_shuffle_epi8(_32, _mm_setr_epi8(0,4,8,12, _,_,_,_, _,_,_,_, _,_,_,_));
319 auto _16 = _mm_packus_epi16(_32, _32);
327 auto _32 = _mm_shuffle_epi8(src.fVec, _mm_setr_epi8(0,_,_,_, 1,_,_,_, 2,_,_,_, 3,_,_,_)); variable
330 _32 = _mm_unpacklo_epi16(_16, _mm_setzero_si128());
332 return _mm_cvtepi32_ps(_32);
336 auto _32 = _mm_unpacklo_epi16(src.fVec, _mm_setzero_si128()); variable
337 return _mm_cvtepi32_ps(_32);