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

/external/clang/lib/Headers/
H A Demmintrin.h33 typedef double __m128d __attribute__((__vector_size__(16))); typedef
42 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
43 _mm_add_sd(__m128d __a, __m128d __b)
49 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
50 _mm_add_pd(__m128d __a, __m128d __b)
55 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__))
56 _mm_sub_sd(__m128d __a, __m128d __
[all...]

Completed in 72 milliseconds