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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp1135 #define MIN_MAX_COMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ macro
1147 #define MIN_MAX_COMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \
1162 MIN_MAX_COMPXCHG(fixed1, max, char, 8, <, 1i, 0,
1164 MIN_MAX_COMPXCHG(fixed1, min, char, 8, >, 1i, 0,
1166 MIN_MAX_COMPXCHG(fixed2, max, short, 16, <, 2i, 1,
1168 MIN_MAX_COMPXCHG(fixed2, min, short, 16, >, 2i, 1,
1170 MIN_MAX_COMPXCHG(fixed4, max, kmp_int32, 32, <, 4i, 3,
1172 MIN_MAX_COMPXCHG(fixed4, min, kmp_int32, 32, >, 4i, 3,
1174 MIN_MAX_COMPXCHG(fixed8, max, kmp_int64, 64, <, 8i, 7,
1176 MIN_MAX_COMPXCHG(fixed
[all...]

Completed in 106 milliseconds