Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp1214 MIN_MAX_COMPXCHG(fixed1, max, char, 8, <, 1i, 0,
1216 MIN_MAX_COMPXCHG(fixed1, min, char, 8, >, 1i, 0,
1218 MIN_MAX_COMPXCHG(fixed2, max, short, 16, <, 2i, 1,
1220 MIN_MAX_COMPXCHG(fixed2, min, short, 16, >, 2i, 1,
1222 MIN_MAX_COMPXCHG(fixed4, max, kmp_int32, 32, <, 4i, 3,
1224 MIN_MAX_COMPXCHG(fixed4, min, kmp_int32, 32, >, 4i, 3,
1226 MIN_MAX_COMPXCHG(fixed8, max, kmp_int64, 64, <, 8i, 7,
1228 MIN_MAX_COMPXCHG(fixed8, min, kmp_int64, 64, >, 8i, 7,
1230 MIN_MAX_COMPXCHG(float4, max, kmp_real32, 32, <, 4r, 3,
1232 MIN_MAX_COMPXCHG(float4, min, kmp_real32, 32, >, 4r, 3,
[all …]