Searched refs:_mm_and_si64 (Results 1 - 5 of 5) sorted by relevance

/external/fec/
H A Dviterbi39_mmx.c164 survivor0 = _mm_or_si64(_mm_and_si64(decision0,m1),_mm_andnot_si64(decision0,m0));
165 survivor1 = _mm_or_si64(_mm_and_si64(decision1,m3),_mm_andnot_si64(decision1,m2));
H A Dviterbi615_mmx.c164 survivor0 = _mm_or_si64(_mm_and_si64(decision0,m1),_mm_andnot_si64(decision0,m0));
165 survivor1 = _mm_or_si64(_mm_and_si64(decision1,m3),_mm_andnot_si64(decision1,m2));
/external/clang/lib/Headers/
H A Dmmintrin.h319 _mm_and_si64(__m64 __m1, __m64 __m2) function
491 #define _m_pand _mm_and_si64
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dmmintrin.h319 _mm_and_si64(__m64 __m1, __m64 __m2) function
491 #define _m_pand _mm_and_si64
/external/clang/test/CodeGen/
H A Dmmx-builtins.c84 return _mm_and_si64(a, b);

Completed in 111 milliseconds