Lines Matching defs:__M
428 /// \param __M
438 __m128d __M) {
440 (__v2df)__M);
455 /// \param __M
465 __m128 __M) {
467 (__v4sf)__M);
482 /// \param __M
492 __m128i __M) {
494 (__v16qi)__M);
1088 /// \param __M
1091 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1093 static __inline__ int __DEFAULT_FN_ATTRS _mm_testz_si128(__m128i __M,
1095 return __builtin_ia32_ptestz128((__v2di)__M, (__v2di)__V);
1105 /// \param __M
1108 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1110 static __inline__ int __DEFAULT_FN_ATTRS _mm_testc_si128(__m128i __M,
1112 return __builtin_ia32_ptestc128((__v2di)__M, (__v2di)__V);
1122 /// \param __M
1125 /// A 128-bit integer vector selecting which bits to test in operand \a __M.
1128 static __inline__ int __DEFAULT_FN_ATTRS _mm_testnzc_si128(__m128i __M,
1130 return __builtin_ia32_ptestnzc128((__v2di)__M, (__v2di)__V);