HomeSort by relevance Sort by last modified time
    Searched refs:s32b (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_avx2.c 196 __m256i s32b[6]; local
209 s32b[0] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[0]), s[1], 1);
210 s32b[1] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[1]), s[2], 1);
211 s32b[2] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[2]), s[3], 1);
212 s32b[3] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[3]), s[4], 1);
213 s32b[4] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[4]), s[5], 1);
214 s32b[5] = _mm256_inserti128_si256(_mm256_castsi128_si256(s[5]),
220 s1[0] = _mm256_unpacklo_epi8(s32b[0], s32b[1]);
221 s2[0] = _mm256_unpackhi_epi8(s32b[0], s32b[1])
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 1845 Int s32b = (Int)u32b; local
2013 Int s32b = (Int)u32b; local
    [all...]

Completed in 88 milliseconds