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

/external/pixman/pixman/
H A Dloongson-mmintrin.h188 _mm_set_pi16 (uint16_t __w3, uint16_t __w2, uint16_t __w1, uint16_t __w0) argument
191 __builtin_constant_p (__w2) &&
196 | ((uint64_t)__w2 << 32)
201 else if (__w3 == __w2 && __w2 == __w1 && __w1 == __w0)
214 | ((uint64_t)__w2 << 32)
/external/clang/lib/Headers/
H A Dmmintrin.h430 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) argument
432 return _mm_set_pi16(__w3, __w2, __w1, __w0);

Completed in 2207 milliseconds