Searched defs:__m128 (Results 1 - 6 of 6) 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_64-arguments.c287 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
289 __m128 m;
290 __m128 n;
300 __m128 array[2];
/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}}
/external/clang/lib/Headers/
H A Dxmmintrin.h35 typedef float __m128 __attribute__((__vector_size__(16))); typedef
43 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
44 _mm_add_ss(__m128 __a, __m128 __b)
50 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
51 _mm_add_ps(__m128 __a, __m128 __b)
56 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
57 _mm_sub_ss(__m128 __a, __m128 __
[all...]
/external/clang/lib/include/
H A Dxmmintrin.h35 typedef float __m128 __attribute__((__vector_size__(16))); typedef
43 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
44 _mm_add_ss(__m128 __a, __m128 __b)
50 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
51 _mm_add_ps(__m128 __a, __m128 __b)
56 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
57 _mm_sub_ss(__m128 __a, __m128 __
[all...]

Completed in 153 milliseconds