Searched refs:ATOMIC_CMPX_L_CPT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp2521 #define ATOMIC_CMPX_L_CPT(TYPE_ID, OP_ID, TYPE, BITS, OP, GOMP_FLAG) \ macro
2528 ATOMIC_CMPX_L_CPT(fixed1, andl_cpt, char, 8, &&,
2530 ATOMIC_CMPX_L_CPT(fixed1, orl_cpt, char, 8, ||,
2532 ATOMIC_CMPX_L_CPT(fixed2, andl_cpt, short, 16, &&,
2534 ATOMIC_CMPX_L_CPT(fixed2, orl_cpt, short, 16, ||,
2536 ATOMIC_CMPX_L_CPT(fixed4, andl_cpt, kmp_int32, 32, &&,
2538 ATOMIC_CMPX_L_CPT(fixed4, orl_cpt, kmp_int32, 32, ||,
2540 ATOMIC_CMPX_L_CPT(fixed8, andl_cpt, kmp_int64, 64, &&,
2542 ATOMIC_CMPX_L_CPT(fixed8, orl_cpt, kmp_int64, 64, ||,

Completed in 112 milliseconds