Searched defs:DO_SIMPLE_TEST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp82 #define DO_SIMPLE_TEST(name, type) \ macro
640 DO_SIMPLE_TEST(ASMAtomicXchgU8, uint8_t);
664 DO_SIMPLE_TEST(ASMAtomicXchgU16, uint16_t);
688 DO_SIMPLE_TEST(ASMAtomicXchgU32, uint32_t);
712 DO_SIMPLE_TEST(ASMAtomicXchgU64, uint64_t);
733 DO_SIMPLE_TEST(ASMAtomicXchgPtr, void *);
757 DO_SIMPLE_TEST(ASMAtomicCmpXchgU8, uint8_t);
781 DO_SIMPLE_TEST(ASMAtomicCmpXchgU32, uint32_t);
809 DO_SIMPLE_TEST(ASMAtomicCmpXchgU64, uint64_t);
842 DO_SIMPLE_TEST(ASMAtomicCmpXchgExU3
[all...]

Completed in 37 milliseconds