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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Dmmintrin.h1042 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) argument
1045 unsigned int __i0 = (unsigned short)__w1 << 16 | (unsigned short)__w0;
1078 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) argument
1080 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dmmintrin.h866 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) argument
868 return (__m64) __builtin_ia32_vec_init_v4hi (__w0, __w1, __w2, __w3);
888 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) argument
890 return _mm_set_pi16 (__w3, __w2, __w1, __w0);
/freebsd-10-stable/contrib/gcc/
H A Dlonglong.h253 struct {USItype __w1, __w0;} __w1w0; \
259 (w1) = __t.__w1w0.__w1; \
1255 UWtype __w1; \
1257 smul_ppmm (__w1, w0, __xm0, __xm1); \
1258 (w1) = __w1 + (-(__xm0 >> (W_TYPE_SIZE - 1)) & __xm1) \
/freebsd-10-stable/contrib/llvm/tools/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 94 milliseconds