HomeSort by relevance Sort by last modified time
    Searched full:vec1l (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 37 int16* vec1L = ( int16* )vec1A;
55 m_XMM0 = _mm_loadl_epi64( (__m128i *)&0[vec1L] );
61 m_XMM2 = _mm_loadl_epi64( (__m128i *)&4[vec1L] );
66 m_XMM4 = _mm_loadl_epi64( (__m128i *)&8[vec1L] );
74 m_XMM6 = _mm_loadl_epi64( (__m128i *)&12[vec1L] );
83 vec1L += 16;
106 resultL += ( int32 )*vec1L++ * *vec2L++;
108 resultL += ( int32 )*vec1L++ * *vec2L++;
110 resultL += ( int32 )*vec1L++ * *vec2L++;
112 resultL += ( int32 )*vec1L++ * *vec2L++
    [all...]
Math.c 539 "addi %0,%0,16\n\t" /* vec1L += 16 */
    [all...]

Completed in 793 milliseconds