Home
last modified time | relevance | path

Searched refs:_mm_unpacklo_pi16 (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dmmintrin.h110 _mm_unpacklo_pi16(__m64 __m1, __m64 __m2) in _mm_unpacklo_pi16() function
454 #define _m_punpcklwd _mm_unpacklo_pi16
/external/clang/test/CodeGen/
Dmmx-builtins.c417 return _mm_unpacklo_pi16(a, b); in test82()