Lines Matching defs:__M
434 /// \param __M
444 __m128d __M) {
446 (__v2df)__M);
461 /// \param __M
471 __m128 __M) {
473 (__v4sf)__M);
488 /// \param __M
498 __m128i __M) {
500 (__v16qi)__M);
1094 /// \param __M
1097 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1099 static __inline__ int __DEFAULT_FN_ATTRS _mm_testz_si128(__m128i __M,
1101 return __builtin_ia32_ptestz128((__v2di)__M, (__v2di)__V);
1111 /// \param __M
1114 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1116 static __inline__ int __DEFAULT_FN_ATTRS _mm_testc_si128(__m128i __M,
1118 return __builtin_ia32_ptestc128((__v2di)__M, (__v2di)__V);
1128 /// \param __M
1131 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1134 static __inline__ int __DEFAULT_FN_ATTRS _mm_testnzc_si128(__m128i __M,
1136 return __builtin_ia32_ptestnzc128((__v2di)__M, (__v2di)__V);