Home
last modified time | relevance | path

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

/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-cas.h22 uint64_t oldl, oldh; in atomic16_cmpxchg() local
33 [oldl] "=&r"(oldl), [oldh] "=&r"(oldh) in atomic16_cmpxchg()
38 return int128_make128(oldl, oldh); in atomic16_cmpxchg()