Searched defs:__m128 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A D2007-01-20-VectorICE.c3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
H A Dunion-align.c6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
12 __m128 v;
15 __m128 t(u_t *a) {
H A Dx86_32-inline-asm.c14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
18 __m128 val128;
H A Dx86_64-arguments.c313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
315 __m128 m;
316 __m128 n;
326 __m128 array[2];
486 // Like for __m128 on AVX, check that the struct below is passed
/external/clang/test/Sema/
H A Duninit-variables-vectors.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
5 __m128 _mm_xor_ps(__m128 a, __m128 b);
6 __m128 _mm_loadu_ps(const float *p);
9 __m128 x, y, z, w, X; // expected-note {{variable 'x' is declared here}} expected-note {{variable 'y' is declared here}} expected-note {{variable 'w' is declared here}} expected-note {{variable 'z' is declared here}}
H A Dbuiltins-x86.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
13 __m128 test__builtin_ia32_cmpps(__m128 __a, __m128 __b) {
21 __m128 test__builtin_ia32_cmpss(__m128 __a, __m128 __b) {
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments-avx.cpp19 typedef float __m128 __attribute__((__vector_size__(16))); typedef in namespace:test2
24 __m128 v1;
/external/clang/lib/Headers/
H A Dxmmintrin.h31 typedef float __m128 __attribute__((__vector_size__(16))); typedef
60 static __inline__ __m128 __DEFAULT_FN_ATTRS
61 _mm_add_ss(__m128 __a, __m128 __b)
80 static __inline__ __m128 __DEFAULT_FN_ATTRS
81 _mm_add_ps(__m128 __a, __m128 __b)
83 return (__m128)((__v4sf)__a + (__v4sf)__b);
102 static __inline__ __m128 __DEFAULT_FN_ATTRS
103 _mm_sub_ss(__m128 __
[all...]

Completed in 1104 milliseconds