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

/external/clang/lib/Headers/
H A Dmmintrin.h392 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) function
414 return _mm_set_pi16(__w, __w, __w, __w);
432 return _mm_set_pi16(__w3, __w2, __w1, __w0);
/external/pixman/pixman/
H A Dloongson-mmintrin.h188 _mm_set_pi16 (uint16_t __w3, uint16_t __w2, uint16_t __w1, uint16_t __w0) function
H A Dpixman-mmx.c3539 const __m64 mm_wt = _mm_set_pi16 (wt, wt, wt, wt); \
3540 const __m64 mm_wb = _mm_set_pi16 (wb, wb, wb, wb); \
3541 const __m64 mm_BSHIFT = _mm_set_pi16 (BSHIFT, BSHIFT, BSHIFT, BSHIFT); \
3542 const __m64 mm_addc7 = _mm_set_pi16 (0, 1, 0, 1); \
3543 const __m64 mm_xorc7 = _mm_set_pi16 (0, BMSK, 0, BMSK); \
3544 const __m64 mm_ux = _mm_set_pi16 (unit_x, unit_x, unit_x, unit_x); \
3546 __m64 mm_x = _mm_set_pi16 (vx, vx, vx, vx)

Completed in 399 milliseconds