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

/vbox/include/iprt/
H A Dasm.h125 /** @def RT_INLINE_ASM_GCC_4_3_X_X86
129 # define RT_INLINE_ASM_GCC_4_3_X_X86 (__GNUC__ == 4 && __GNUC_MINOR__ >= 3 && defined(__i386__)) macro
131 #ifndef RT_INLINE_ASM_GCC_4_3_X_X86
132 # define RT_INLINE_ASM_GCC_4_3_X_X86 0 macro
150 && ( RT_INLINE_ASM_GCC_4_3_X_X86 \

Completed in 57 milliseconds