Home
last modified time | relevance | path

Searched refs:_mm_and_si64 (Results 1 – 4 of 4) sorted by relevance

/external/fec/
Dviterbi39_mmx.c164 survivor0 = _mm_or_si64(_mm_and_si64(decision0,m1),_mm_andnot_si64(decision0,m0)); in update_viterbi39_blk_mmx()
165 survivor1 = _mm_or_si64(_mm_and_si64(decision1,m3),_mm_andnot_si64(decision1,m2)); in update_viterbi39_blk_mmx()
Dviterbi615_mmx.c164 survivor0 = _mm_or_si64(_mm_and_si64(decision0,m1),_mm_andnot_si64(decision0,m0)); in update_viterbi615_blk_mmx()
165 survivor1 = _mm_or_si64(_mm_and_si64(decision1,m3),_mm_andnot_si64(decision1,m2)); in update_viterbi615_blk_mmx()
/external/clang/lib/Headers/
Dmmintrin.h1075 _mm_and_si64(__m64 __m1, __m64 __m2) in _mm_and_si64() function
1533 #define _m_pand _mm_and_si64
/external/clang/test/CodeGen/
Dmmx-builtins.c84 return _mm_and_si64(a, b); in test_mm_and_si64()