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

  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 38 int16* vec2L = ( int16* )vec2A;
58 m_XMM1 = _mm_loadl_epi64( (__m128i *)&0[vec2L] );
65 m_XMM3 = _mm_loadl_epi64( (__m128i *)&4[vec2L] );
70 m_XMM5 = _mm_loadl_epi64( (__m128i *)&8[vec2L] );
78 m_XMM8 = _mm_loadl_epi64( (__m128i *)&12[vec2L] );
84 vec2L += 16;
106 resultL += ( int32 )*vec1L++ * *vec2L++;
108 resultL += ( int32 )*vec1L++ * *vec2L++;
110 resultL += ( int32 )*vec1L++ * *vec2L++;
112 resultL += ( int32 )*vec1L++ * *vec2L++
    [all...]
Math.c 540 "addi %1,%1,16\n\t" /* vec2L += 16 */
    [all...]

Completed in 35 milliseconds