Searched refs:__ull_rshift (Results 1 – 5 of 5) sorted by relevance
177 #pragma intrinsic(__ull_rshift)
520 PPC_QUAL unsigned long long __ull_rshift(const unsigned long long Mask, int Bit) in __ull_rshift() function
1336 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift() function1389 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift() function
783 #define Int64ShrlMod32(a,b) __ull_rshift(a,b)
141 unsigned __int64 __ull_rshift(unsigned __int64, int);