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

/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicUoOrU64.asm3 ; IPRT - ASMAtomicUoOrU64().
42 BEGINPROC_EXPORTED ASMAtomicUoOrU64
75 ENDPROC ASMAtomicUoOrU64
/vbox/include/iprt/
H A Dasm.h3151 DECLASM(void) ASMAtomicUoOrU64(uint64_t volatile *pu64, uint64_t u64);
3153 DECLINLINE(void) ASMAtomicUoOrU64(uint64_t volatile *pu64, uint64_t u64) function
3182 ASMAtomicUoOrU64((uint64_t volatile *)pi64, i64);
H A Dmangling.h66 # define ASMAtomicUoOrU64 RT_MANGLER(ASMAtomicUoOrU64) /* not-some-systems... */ macro

Completed in 88 milliseconds