Home
last modified time | relevance | path

Searched refs:MIN_MAX_COMPXCHG_CPT (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.cpp2652 #define MIN_MAX_COMPXCHG_CPT(TYPE_ID, OP_ID, TYPE, BITS, OP, GOMP_FLAG) \ macro
2662 MIN_MAX_COMPXCHG_CPT(fixed1, max_cpt, char, 8, <,
2664 MIN_MAX_COMPXCHG_CPT(fixed1, min_cpt, char, 8, >,
2666 MIN_MAX_COMPXCHG_CPT(fixed2, max_cpt, short, 16, <,
2668 MIN_MAX_COMPXCHG_CPT(fixed2, min_cpt, short, 16, >,
2670 MIN_MAX_COMPXCHG_CPT(fixed4, max_cpt, kmp_int32, 32, <,
2672 MIN_MAX_COMPXCHG_CPT(fixed4, min_cpt, kmp_int32, 32, >,
2674 MIN_MAX_COMPXCHG_CPT(fixed8, max_cpt, kmp_int64, 64, <,
2676 MIN_MAX_COMPXCHG_CPT(fixed8, min_cpt, kmp_int64, 64, >,
2678 MIN_MAX_COMPXCHG_CPT(float4, max_cpt, kmp_real32, 32, <,
[all …]