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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc37 __extension__ typedef __int128 a128; typedef
130 a128 func_xchg(volatile a128 *v, a128 op) {
132 a128 cmp = *v;
137 a128 func_add(volatile a128 *v, a128 op) {
139 a128 cmp = *v;
144 a128 func_su
[all...]

Completed in 53 milliseconds