Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td68 "memory.atomic.wait64 \t$dst, ${off}(${addr})${p2align}, $exp, $timeout",
69 "memory.atomic.wait64 \t${off}${p2align}", 0x02, false>;
75 "memory.atomic.wait64 \t$dst, ${off}(${addr})${p2align}, $exp, $timeout",
76 "memory.atomic.wait64 \t${off}${p2align}", 0x02, true>;
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c304 wait_state->ops->wait64(wait_state, &ec->counter, in ck_ec64_wait_slow_once()
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h316 void (*wait64)(const struct ck_ec_wait_state *, const uint64_t *, member