HomeSort by: relevance | last modified time | path
    Searched refs:combine4 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-sse2.c 523 combine4 (const __m128i *ps, const __m128i *pm) function
759 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm);
844 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*) pm);
905 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*)pm);
967 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm);
1035 xmm_src_hi = combine4 ((__m128i*) ps, (__m128i*)pm);
1116 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm);
1200 xmm_src_hi = combine4 ((__m128i*)ps, (__m128i*)pm);
1288 xmm_src = combine4 ((__m128i*) ps, (__m128i*) pm);
1363 s = combine4 ((__m128i*)ps, (__m128i*)pm)
    [all...]
pixman-vmx.c 324 combine4 (const uint32_t *ps, const uint32_t *pm) function
2746 vsrc = combine4 (tmp, pm);

Completed in 8 milliseconds