Searched refs:__emul (Results 1 – 5 of 5) sorted by relevance
199 #pragma intrinsic(__emul)
527 PPC_QUAL long long __emul(const int a, const int b) in __emul() function
1479 #if !HAS_BUILTIN(__emul)1480 __INTRIN_INLINE long long __emul(int a, int b) in __emul() function
767 #define Int32x32To64(a,b) __emul(a,b)
93 __int64 __emul(int, int);