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

/external/pixman/pixman/
H A Dpixman-sse2.c268 __m128i t2_lo, t2_hi; local
271 pix_multiply_2x128 (dst_lo, dst_hi, alpha_src_lo, alpha_src_hi, &t2_lo, &t2_hi);
274 *ret_hi = _mm_adds_epu8 (t1_hi, t2_hi);

Completed in 89 milliseconds