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

/external/pixman/pixman/
H A Dpixman-sse2.c440 negate_1x128 (__m128i data) function
454 return _mm_adds_epu8 (src, pix_multiply_1x128 (dst, negate_1x128 (alpha)));
967 unpack_32_1x128 (d), negate_1x128 (
1012 unpack_32_1x128 (d), negate_1x128 (
1036 unpack_32_1x128 (s), negate_1x128 (
1079 unpack_32_1x128 (s), negate_1x128 (
1095 __m128i sa = negate_1x128 (expand_alpha_1x128 (s));
1180 __m128i da = negate_1x128 (expand_alpha_1x128 (d));
1263 __m128i neg_d = negate_1x128 (expand_alpha_1x128 (d));
1264 __m128i neg_s = negate_1x128 (expand_alpha_1x12
[all...]

Completed in 103 milliseconds