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

/vbox/include/iprt/
H A Dcpuset.h97 ASMAtomicAndU64((volatile uint64_t *)&pSet->bmSet[i], pAndMaskSet->bmSet[i]);
H A Dasm.h3061 DECLASM(void) ASMAtomicAndU64(uint64_t volatile *pu64, uint64_t u64);
3063 DECLINLINE(void) ASMAtomicAndU64(uint64_t volatile *pu64, uint64_t u64) function
3095 ASMAtomicAndU64((uint64_t volatile *)pi64, (uint64_t)i64);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp1167 ASMAtomicAndU64(pu64, UINT64_C(0xffffffff));
1170 ASMAtomicAndU64(pu64, UINT64_C(0x8f8f8f8f));
1176 ASMAtomicAndU64(pu64, UINT64_C(1));
1182 ASMAtomicAndU64(pu64, UINT64_C(0x80000000));
1185 ASMAtomicAndU64(pu64, UINT64_C(0));
1192 ASMAtomicAndU64(pu64, UINT64_C(0));
1198 ASMAtomicAndU64(pu64, UINT64_C(0xffffffffffffffff));
1201 ASMAtomicAndU64(pu64, UINT64_C(0x8f8f8f8f8f8f8f8f));
1207 ASMAtomicAndU64(pu64, UINT64_C(1));
1213 ASMAtomicAndU64(pu6
[all...]
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp171 RTDECL(void) ASMAtomicAndU64(uint64_t volatile *pu64, uint64_t u64) function

Completed in 72 milliseconds