Home
last modified time | relevance | path

Searched refs:_CMP_ORD_S (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/devel/emscripten/emscripten-2.0.3/system/include/SSE/
H A Davxintrin.h45 #define _CMP_ORD_S 23 macro
65 if ((__imm) == _CMP_ORD_Q || (__imm) == _CMP_ORD_S) __ret = _mm_cmpord_pd((__a), (__b)); \
85 if ((__imm) == _CMP_ORD_Q || (__imm) == _CMP_ORD_S) __ret = _mm_cmpord_ps((__a), (__b)); \
105 if ((__imm) == _CMP_ORD_Q || (__imm) == _CMP_ORD_S) __ret = _mm_cmpord_sd((__a), (__b)); \
125 if ((__imm) == _CMP_ORD_Q || (__imm) == _CMP_ORD_S) __ret = _mm_cmpord_ss((__a), (__b)); \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
H A Davx512f-builtins-constrained-cmp.c158 return _mm512_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm512_cmp_ps_mask_ord_s()
350 return _mm512_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm512_mask_cmp_ps_mask_ord_s()
554 return _mm512_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm512_cmp_pd_mask_ord_s()
746 return _mm512_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm512_mask_cmp_pd_mask_ord_s()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c147 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
339 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
531 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
723 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
H A Davx512f-builtins-constrained-cmp.c158 return _mm512_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm512_cmp_ps_mask_ord_s()
350 return _mm512_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm512_mask_cmp_ps_mask_ord_s()
554 return _mm512_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm512_cmp_pd_mask_ord_s()
746 return _mm512_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm512_mask_cmp_pd_mask_ord_s()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Davx-builtins-constrained-cmp.c147 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
339 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
531 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
723 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
362 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
562 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
778 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
978 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1194 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1394 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1610 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Davx-builtins-constrained-cmp.c147 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
339 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
531 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
723 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
362 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
562 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
778 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
978 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1194 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1394 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1610 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c147 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
339 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
531 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
723 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c147 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
339 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
531 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
723 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Davx-builtins-constrained-cmp.c152 return _mm256_cmp_pd(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_ord_s()
344 return _mm256_cmp_ps(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_ord_s()
536 return _mm_cmp_pd(a, b, _CMP_ORD_S); in test_mm_cmp_pd_ord_s()
728 return _mm_cmp_ps(a, b, _CMP_ORD_S); in test_mm_cmp_ps_ord_s()
H A Davx512vl-builtins-constrained-cmp.c146 return _mm256_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_ps_mask_ord_s()
338 return _mm256_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_ps_mask_ord_s()
530 return _mm256_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm256_cmp_pd_mask_ord_s()
722 return _mm256_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm256_mask_cmp_pd_mask_ord_s()
914 return _mm_cmp_ps_mask(a, b, _CMP_ORD_S); in test_mm_cmp_ps_mask_ord_s()
1106 return _mm_mask_cmp_ps_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_ps_mask_ord_s()
1298 return _mm_cmp_pd_mask(a, b, _CMP_ORD_S); in test_mm_cmp_pd_mask_ord_s()
1490 return _mm_mask_cmp_pd_mask(m, a, b, _CMP_ORD_S); in test_mm_mask_cmp_pd_mask_ord_s()

12345678910>>...15