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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dshaintrin.h57 _mm_sha256rnds2_epu32(__m128i __X, __m128i __Y, __m128i __Z) argument
59 return __builtin_ia32_sha256rnds2(__X, __Y, __Z);
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Dxmmintrin.h926 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) argument
928 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
933 _mm_setr_ps (float __Z, float __Y, float __X, float __W) argument
935 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };

Completed in 98 milliseconds