Home
last modified time | relevance | path

Searched refs:M_MAX_UINT (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc4751 #define M_MAX_UINT(x) static_cast<uint64_t>(-1ULL >> (64 - (x))) in MsaBitInstrHelper() macro
4754 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()
/external/v8/src/mips64/
Dsimulator-mips64.cc4976 #define M_MAX_UINT(x) static_cast<uint64_t>(-1ULL >> (64 - (x))) in MsaBitInstrHelper() macro
4979 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()