Searched refs:MIN_MAX_COMPXCHG_CPT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 2696 #define MIN_MAX_COMPXCHG_CPT(TYPE_ID, OP_ID, TYPE, BITS, OP, GOMP_FLAG) \ macro 2707 MIN_MAX_COMPXCHG_CPT(fixed1, max_cpt, char, 8, <, 2709 MIN_MAX_COMPXCHG_CPT(fixed1, min_cpt, char, 8, >, 2711 MIN_MAX_COMPXCHG_CPT(fixed2, max_cpt, short, 16, <, 2713 MIN_MAX_COMPXCHG_CPT(fixed2, min_cpt, short, 16, >, 2715 MIN_MAX_COMPXCHG_CPT(fixed4, max_cpt, kmp_int32, 32, <, 2717 MIN_MAX_COMPXCHG_CPT(fixed4, min_cpt, kmp_int32, 32, >, 2719 MIN_MAX_COMPXCHG_CPT(fixed8, max_cpt, kmp_int64, 64, <, 2721 MIN_MAX_COMPXCHG_CPT(fixed8, min_cpt, kmp_int64, 64, >, 2723 MIN_MAX_COMPXCHG_CPT(float4, max_cpt, kmp_real32, 32, <, [all …]
|