Searched refs:M_MAX_UINT (Results 1 – 2 of 2) sorted by relevance
4751 #define M_MAX_UINT(x) static_cast<uint64_t>(-1ULL >> (64 - (x))) in MsaBitInstrHelper() macro4754 res = static_cast<T>(ws_u64 < M_MAX_UINT(m + 1) ? ws_u64 in MsaBitInstrHelper()4755 : M_MAX_UINT(m + 1)); in MsaBitInstrHelper()4756 #undef M_MAX_UINT in MsaBitInstrHelper()
4976 #define M_MAX_UINT(x) static_cast<uint64_t>(-1ULL >> (64 - (x))) in MsaBitInstrHelper() macro4979 res = static_cast<T>(ws_u64 < M_MAX_UINT(m + 1) ? ws_u64 in MsaBitInstrHelper()4980 : M_MAX_UINT(m + 1)); in MsaBitInstrHelper()4981 #undef M_MAX_UINT in MsaBitInstrHelper()