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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp1036 #define ATOMIC_CMPX_L(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, GOMP_FLAG) \ macro
1045 #define ATOMIC_CMPX_L(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, GOMP_FLAG) \
1057 ATOMIC_CMPX_L(fixed1, andl, char, 8, &&, 1i, 0,
1059 ATOMIC_CMPX_L(fixed1, orl, char, 8, ||, 1i, 0,
1061 ATOMIC_CMPX_L(fixed2, andl, short, 16, &&, 2i, 1,
1063 ATOMIC_CMPX_L(fixed2, orl, short, 16, ||, 2i, 1,
1065 ATOMIC_CMPX_L(fixed4, andl, kmp_int32, 32, &&, 4i, 3,
1067 ATOMIC_CMPX_L(fixed4, orl, kmp_int32, 32, ||, 4i, 3,
1069 ATOMIC_CMPX_L(fixed8, andl, kmp_int64, 64, &&, 8i, 7,
1071 ATOMIC_CMPX_L(fixed
[all...]

Completed in 54 milliseconds