Searched refs:_mm_cvtepi8_epi32 (Results 1 - 4 of 4) sorted by relevance

/external/libopus/celt/x86/
H A Dx86cpu.h59 /*gcc appears to emit MOVDQA's to load the argument of an _mm_cvtepi8_epi32()
70 Clang, in contrast, requires us to do this always for _mm_cvtepi8_epi32
79 (_mm_cvtepi8_epi32(_mm_cvtsi32_si128(*(int *)(x))))
82 (_mm_cvtepi8_epi32(*(__m128i *)(x)))
/external/clang/test/CodeGen/
H A Dsse41-builtins.c89 return _mm_cvtepi8_epi32(a);
/external/clang/lib/Headers/
H A Dsmmintrin.h290 _mm_cvtepi8_epi32(__m128i __V) function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_types.h220 __m128i resLo = _mm_cvtepi8_epi32(src);

Completed in 176 milliseconds