Home
last modified time | relevance | path

Searched refs:__m128d (Results 1 – 25 of 4574) sorted by relevance

12345678910>>...183

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/exp/fma3/
H A Dvdexp2.cpp29 extern "C" __m128d __fvd_exp_fma3(__m128d);
33 __m128d __pgm_exp_d_vec128_slowpath(__m128d const a, __m128i const i, __m128d const t, __m128d con… in __pgm_exp_d_vec128_slowpath()
35 __m128d const INF = (__m128d)_mm_set1_epi64x(INF_D); in __pgm_exp_d_vec128_slowpath()
38 __m128d const UPPERBOUND_1 = (__m128d)_mm_set1_epi64x(UPPERBOUND_1_D); in __pgm_exp_d_vec128_slowpath()
39 __m128d const UPPERBOUND_2 = (__m128d)_mm_set1_epi64x(UPPERBOUND_2_D); in __pgm_exp_d_vec128_slowpath()
67 __m128d __fvd_exp_fma3(__m128d const a) in __fvd_exp_fma3()
73 __m128d const INF = (__m128d)_mm_set1_epi64x(INF_D); in __fvd_exp_fma3()
89 __m128d const UPPERBOUND_1 = (__m128d)_mm_set1_epi64x(UPPERBOUND_1_D); in __fvd_exp_fma3()
90 __m128d const UPPERBOUND_2 = (__m128d)_mm_set1_epi64x(UPPERBOUND_2_D); in __fvd_exp_fma3()
124 __m128d z = (__m128d)_mm_add_epi32(i_scale, (__m128i)t); in __fvd_exp_fma3()
[all …]
H A Dsdexp.cpp36 __m128d __pgm_exp_d_slowpath(__m128d const a, __m128i const i, __m128d const t, __m128d const z) in __pgm_exp_d_slowpath()
38 __m128d const INF = (__m128d)_mm_set1_epi64x(INF_D); in __pgm_exp_d_slowpath()
41 __m128d const UPPERBOUND_1 = (__m128d)_mm_set1_epi64x(UPPERBOUND_1_D); in __pgm_exp_d_slowpath()
42 __m128d const UPPERBOUND_2 = (__m128d)_mm_set1_epi64x(UPPERBOUND_2_D); in __pgm_exp_d_slowpath()
61 __m128d multiplier = (__m128d)_mm_add_epi64(i_scale_acc_2, MULT_CONST); in __pgm_exp_d_slowpath()
63 __m128d res = (__m128d)_mm_add_epi32(i_scale_acc, (__m128i)t); in __pgm_exp_d_slowpath()
81 __m128d const INF = (__m128d)_mm_set1_epi64x(INF_D); in __fsd_exp_fma3()
97 __m128d const UPPERBOUND_1 = (__m128d)_mm_set1_epi64x(UPPERBOUND_1_D); in __fsd_exp_fma3()
98 __m128d const UPPERBOUND_2 = (__m128d)_mm_set1_epi64x(UPPERBOUND_2_D); in __fsd_exp_fma3()
133 __m128d z = (__m128d)_mm_add_epi32(i_scale, (__m128i)t); in __fsd_exp_fma3()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dsse2-builtins.c33 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
39 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
72 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
84 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
194 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
203 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
209 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
218 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
246 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
255 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c6 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
15 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
24 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
33 __m128d test_mm_cmple_pd(__m128d A, __m128d B) { in test_mm_cmple_pd()
42 __m128d test_mm_cmplt_pd(__m128d A, __m128d B) { in test_mm_cmplt_pd()
51 __m128d test_mm_cmpneq_pd(__m128d A, __m128d B) { in test_mm_cmpneq_pd()
60 __m128d test_mm_cmpnge_pd(__m128d A, __m128d B) { in test_mm_cmpnge_pd()
69 __m128d test_mm_cmpngt_pd(__m128d A, __m128d B) { in test_mm_cmpngt_pd()
78 __m128d test_mm_cmpnle_pd(__m128d A, __m128d B) { in test_mm_cmpnle_pd()
87 __m128d test_mm_cmpnlt_pd(__m128d A, __m128d B) { in test_mm_cmpnlt_pd()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/log/fma3/
H A Dfdlog2.cpp27 extern "C" __m128d __fvd_log_fma3(__m128d);
36 __m128d const INT2DBL = (__m128d)_mm_set1_epi64x(INT2DBL_D); in __internal_fast_int2dbl()
44 __m128d __attribute__ ((noinline)) __pgm_log_d_vec128_special_cases(__m128d const a, __m128d z) in __pgm_log_d_vec128_special_cases()
48 __m128d const NAN_VAL = (__m128d)_mm_set1_epi64x(NAN_VAL_D); in __pgm_log_d_vec128_special_cases()
49 __m128d const NEG_INF = (__m128d)_mm_set1_epi64x(NEG_INF_D); in __pgm_log_d_vec128_special_cases()
69 __m128d __fvd_log_fma3(__m128d const a) in __fvd_log_fma3()
72 __m128d const HI_CONST_1 = (__m128d)_mm_set1_epi64x(HI_CONST_1_D); in __fvd_log_fma3()
73 __m128d const HI_CONST_2 = (__m128d)_mm_set1_epi64x(HI_CONST_2_D); in __fvd_log_fma3()
114 __m128d a_mut, m, f; in __fvd_log_fma3()
116 __m128d thresh_mask; in __fvd_log_fma3()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dsse2-builtins.c34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
75 __m128d test_mm_and_pd(__m128d A, __m128d B) { in test_mm_and_pd()
87 __m128d test_mm_andnot_pd(__m128d A, __m128d B) { in test_mm_andnot_pd()
185 __m128d test_mm_cmpeq_pd(__m128d A, __m128d B) { in test_mm_cmpeq_pd()
194 __m128d test_mm_cmpeq_sd(__m128d A, __m128d B) { in test_mm_cmpeq_sd()
200 __m128d test_mm_cmpge_pd(__m128d A, __m128d B) { in test_mm_cmpge_pd()
209 __m128d test_mm_cmpge_sd(__m128d A, __m128d B) { in test_mm_cmpge_sd()
237 __m128d test_mm_cmpgt_pd(__m128d A, __m128d B) { in test_mm_cmpgt_pd()
246 __m128d test_mm_cmpgt_sd(__m128d A, __m128d B) { in test_mm_cmpgt_sd()
[all …]

12345678910>>...183