Lines Matching refs:__m128
7 __m128 test_rsqrt_ss(__m128 x) { in test_rsqrt_ss()
17 __m128 test_rcp_ss(__m128 x) { in test_rcp_ss()
27 __m128 test_sqrt_ss(__m128 x) { in test_sqrt_ss()
37 __m128 test_loadl_pi(__m128 x, void* y) { in test_loadl_pi()
45 __m128 test_loadh_pi(__m128 x, void* y) { in test_loadh_pi()
53 __m128 test_load_ss(void* y) { in test_load_ss()
59 __m128 test_load1_ps(void* y) { in test_load1_ps()
65 void test_store_ss(__m128 x, void* y) { in test_store_ss()
71 __m128d test_load1_pd(__m128 x, void* y) { in test_load1_pd()
77 __m128d test_loadr_pd(__m128 x, void* y) { in test_loadr_pd()
150 __m128 test_mm_dp_ps(__m128 x, __m128 y) { in test_mm_dp_ps()
162 __m128 test_mm_round_ps(__m128 x) { in test_mm_round_ps()
168 __m128 test_mm_round_ss(__m128 x, __m128 y) { in test_mm_round_ss()
247 __m128 test_blend_ps(__m128 V1, __m128 V2) { in test_blend_ps()
259 __m128 test_mm_cmpeq_ss(__m128 __a, __m128 __b) { in test_mm_cmpeq_ss()
265 __m128 test_mm_cmplt_ss(__m128 __a, __m128 __b) { in test_mm_cmplt_ss()
271 __m128 test_mm_cmple_ss(__m128 __a, __m128 __b) { in test_mm_cmple_ss()
277 __m128 test_mm_cmpunord_ss(__m128 __a, __m128 __b) { in test_mm_cmpunord_ss()
283 __m128 test_mm_cmpneq_ss(__m128 __a, __m128 __b) { in test_mm_cmpneq_ss()
289 __m128 test_mm_cmpnlt_ss(__m128 __a, __m128 __b) { in test_mm_cmpnlt_ss()
295 __m128 test_mm_cmpnle_ss(__m128 __a, __m128 __b) { in test_mm_cmpnle_ss()
301 __m128 test_mm_cmpord_ss(__m128 __a, __m128 __b) { in test_mm_cmpord_ss()
307 __m128 test_mm_cmpgt_ss(__m128 __a, __m128 __b) { in test_mm_cmpgt_ss()
313 __m128 test_mm_cmpge_ss(__m128 __a, __m128 __b) { in test_mm_cmpge_ss()
319 __m128 test_mm_cmpngt_ss(__m128 __a, __m128 __b) { in test_mm_cmpngt_ss()
325 __m128 test_mm_cmpnge_ss(__m128 __a, __m128 __b) { in test_mm_cmpnge_ss()
331 __m128 test_mm_cmpeq_ps(__m128 __a, __m128 __b) { in test_mm_cmpeq_ps()
337 __m128 test_mm_cmplt_ps(__m128 __a, __m128 __b) { in test_mm_cmplt_ps()
343 __m128 test_mm_cmple_ps(__m128 __a, __m128 __b) { in test_mm_cmple_ps()
349 __m128 test_mm_cmpunord_ps(__m128 __a, __m128 __b) { in test_mm_cmpunord_ps()
355 __m128 test_mm_cmpneq_ps(__m128 __a, __m128 __b) { in test_mm_cmpneq_ps()
361 __m128 test_mm_cmpnlt_ps(__m128 __a, __m128 __b) { in test_mm_cmpnlt_ps()
367 __m128 test_mm_cmpnle_ps(__m128 __a, __m128 __b) { in test_mm_cmpnle_ps()
373 __m128 test_mm_cmpord_ps(__m128 __a, __m128 __b) { in test_mm_cmpord_ps()
379 __m128 test_mm_cmpgt_ps(__m128 __a, __m128 __b) { in test_mm_cmpgt_ps()
385 __m128 test_mm_cmpge_ps(__m128 __a, __m128 __b) { in test_mm_cmpge_ps()
391 __m128 test_mm_cmpngt_ps(__m128 __a, __m128 __b) { in test_mm_cmpngt_ps()
397 __m128 test_mm_cmpnge_ps(__m128 __a, __m128 __b) { in test_mm_cmpnge_ps()
547 __m128 test_mm_slli_si128(__m128 a) { in test_mm_slli_si128()
553 __m128 test_mm_bslli_si128(__m128 a) { in test_mm_bslli_si128()
559 __m128 test_mm_srli_si128(__m128 a) { in test_mm_srli_si128()
565 __m128 test_mm_bsrli_si128(__m128 a) { in test_mm_bsrli_si128()