Searched refs:__m128 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CodeGen/
H A Dunion-align.c6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
12 __m128 v;
15 __m128 t(u_t *a) {
H A Dsse-builtins.c5 __m128 test_loadl_pi(__m128 x, void* y) {
13 __m128 test_loadh_pi(__m128 x, void* y) {
21 __m128 test_load_ss(void* y) {
27 __m128 test_load1_ps(void* y) {
33 void test_store_ss(__m128 x, void* y) {
39 __m128d test_load1_pd(__m128 x, void* y) {
45 __m128d test_loadr_pd(__m128 x, void* y) {
H A D2007-01-20-VectorICE.c3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
H A Davx-cmp-builtins.c18 __m128d test_cmp_ps(__m128 a, __m128 b) {
42 __m128d test_cmp_ss(__m128 a, __m128 b) {
H A Dx86_64-arguments.c284 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
286 __m128 m;
287 __m128 n;
297 __m128 array[2];
/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...]
H A Dpmmintrin.h39 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
40 _mm_addsub_ps(__m128 a, __m128 b)
45 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
46 _mm_hadd_ps(__m128 a, __m128 b)
51 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
52 _mm_hsub_ps(__m128 a, __m128 b)
57 static __inline__ __m128 __attribute_
[all...]
H A Davxintrin.h252 static __inline __m128 __attribute__((__always_inline__, __nodebug__))
253 _mm_permutevar_ps(__m128 a, __m128i c)
255 return (__m128)__builtin_ia32_vpermilvarps((__v4sf)a, (__v4si)c);
277 static __inline __m128 __attribute__((__always_inline__, __nodebug__))
278 _mm_permute_ps(__m128 a, const int c)
280 return (__m128)__builtin_ia32_vpermilps((__v4sf)a, c);
392 (__m128)__builtin_ia32_cmpps((__v4sf)(a), (__v4sf)(b), (c))
404 (__m128)__builtin_ia32_cmpss((__v4sf)(a), (__v4sf)(b), (c))
413 static __inline __m128 __attribute__((__always_inline__, __nodebug__))
416 return (__m128)__builtin_ia32_vextractf128_ps25
[all...]
H A Dsmmintrin.h72 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
73 _mm_blend_ps (__m128 __V1, __m128 __V2, const int __M)
75 return (__m128) __builtin_ia32_blendps ((__v4sf)__V1, (__v4sf)__V2, __M);
85 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
86 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M)
88 return (__m128) __builtin_ia32_blendvps ((__v4sf)__V1, (__v4sf)__V2,
H A Demmintrin.h371 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
378 _mm_cvtps_pd(__m128 a)
401 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
402 _mm_cvtsd_ss(__m128 a, __m128d b)
416 _mm_cvtss_sd(__m128d a, __m128 b)
1002 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
1009 _mm_cvtps_epi32(__m128 a)
1015 _mm_cvttps_epi32(__m128 a)
1368 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
1371 return (__m128)i
[all...]
/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/webrtc/src/modules/audio_processing/aec/main/source/
H A Daec_rdft_sse2.c30 const __m128 mm_half = _mm_load_ps(k_half);
36 const __m128 c_j1 = _mm_loadu_ps(&c[ j1]); // 1, 2, 3, 4,
37 const __m128 c_k1 = _mm_loadu_ps(&c[29 - j1]); // 28, 29, 30, 31,
38 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31,
39 const __m128 wkr_ =
41 const __m128 wki_ = c_j1; // 1, 2, 3, 4,
43 const __m128 a_j2_0 = _mm_loadu_ps(&a[0 + j2]); // 2, 3, 4, 5,
44 const __m128 a_j2_4 = _mm_loadu_ps(&a[4 + j2]); // 6, 7, 8, 9,
45 const __m128 a_k2_0 = _mm_loadu_ps(&a[122 - j2]); // 120, 121, 122, 123,
46 const __m128 a_k2_
[all...]
H A Daec_core_sse2.c46 const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
47 const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
48 const __m128 wfBuf_re = _mm_loadu_ps(&aec->wfBuf[0][pos + j]);
49 const __m128 wfBuf_im = _mm_loadu_ps(&aec->wfBuf[1][pos + j]);
50 const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
51 const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
52 const __m128 a = _mm_mul_ps(xfBuf_re, wfBuf_re);
53 const __m128 b = _mm_mul_ps(xfBuf_im, wfBuf_im);
54 const __m128 c = _mm_mul_ps(xfBuf_re, wfBuf_im);
55 const __m128
[all...]
/external/speex/libspeex/
H A Dcb_search_sse.h37 static inline void _spx_mm_getr_ps (__m128 U, float *__Z, float *__Y, float *__X, float *__W)
41 __m128 __v;
54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
57 __m128 resj, EE;
58 VARDECL(__m128 *r);
59 VARDECL(__m128 *shape);
60 ALLOC(r, subvect_size, __m128);
61 ALLOC(shape, subvect_size, __m128);
H A Dvq.h45 void vq_nbest(spx_word16_t *in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
47 void vq_nbest_sign(spx_word16_t *in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
H A Dvq_sse.h36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
40 VARDECL(__m128 *in);
41 __m128 half;
45 ALLOC(in, len, __m128);
50 __m128 d = _mm_mul_ps(E[i], half);
75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
79 VARDECL(__m128 *in);
80 __m128 hal
[all...]
H A Dltp_sse.h42 __m128 sum = _mm_setzero_ps();
60 VARDECL(__m128 *x);
61 VARDECL(__m128 *y);
65 ALLOC(x, N, __m128);
66 ALLOC(y, N+L, __m128);
76 __m128 sum, *xx, *yy;
H A Dresample_sse.h44 __m128 sum = _mm_setzero_ps();
60 __m128 sum = _mm_setzero_ps();
61 __m128 f = _mm_loadu_ps(frac);
83 __m128 t;
94 sum = _mm_add_sd(sum, (__m128d) _mm_movehl_ps((__m128) sum, (__m128) sum));
106 __m128 f = _mm_loadu_ps(frac);
109 __m128 t;
123 sum = _mm_add_sd(sum, (__m128d) _mm_movehl_ps((__m128) sum, (__m128) su
[all...]
H A Dfilters_sse.h39 __m128 num[3], den[3], mem[3];
56 __m128 xx;
57 __m128 yy;
92 __m128 num[2], den[2], mem[2];
106 __m128 xx;
107 __m128 yy;
146 __m128 den[3], mem[3];
161 __m128 xx;
162 __m128 yy;
195 __m128 de
[all...]
H A Dkiss_fft.h27 # define kiss_fft_scalar __m128
H A Dcb_search.c118 VARDECL(__m128 *resp2);
119 VARDECL(__m128 *E);
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
142 ALLOC(E, shape_cb_size>>2, __m128);
261 VARDECL(__m128 *resp2);
262 VARDECL(__m128 *E);
313 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
314 ALLOC(E, shape_cb_size>>2, __m128);

Completed in 1340 milliseconds