Home
last modified time | relevance | path

Searched refs:_mm_unpacklo_pi32 (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Headers/
Dmmintrin.h343 _mm_unpacklo_pi32(__m64 __m1, __m64 __m2) in _mm_unpacklo_pi32() function
1499 #define _m_punpckldq _mm_unpacklo_pi32
/external/clang/test/CodeGen/
Dmmx-builtins.c613 return _mm_unpacklo_pi32(a, b); in test_mm_unpacklo_pi32()
/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMathHalf.h1112 kernel.packet[0].x = _mm_unpacklo_pi32(T0, T1);
1114 kernel.packet[2].x = _mm_unpacklo_pi32(T2, T3);