Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.cpp1155 #define MIN_MAX_COMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ macro
1167 #define MIN_MAX_COMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \
1182 MIN_MAX_COMPXCHG(fixed1, max, char, 8, <, 1i, 0,
1184 MIN_MAX_COMPXCHG(fixed1, min, char, 8, >, 1i, 0,
1186 MIN_MAX_COMPXCHG(fixed2, max, short, 16, <, 2i, 1,
1188 MIN_MAX_COMPXCHG(fixed2, min, short, 16, >, 2i, 1,
1190 MIN_MAX_COMPXCHG(fixed4, max, kmp_int32, 32, <, 4i, 3,
1192 MIN_MAX_COMPXCHG(fixed4, min, kmp_int32, 32, >, 4i, 3,
1194 MIN_MAX_COMPXCHG(fixed8, max, kmp_int64, 64, <, 8i, 7,
1196 MIN_MAX_COMPXCHG(fixed8, min, kmp_int64, 64, >, 8i, 7,
[all …]