Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc1158 static const int64_t kMask64 = 0x3f; in MaskShiftCount64() local
1163 int64_t masked = (match.Value() & kMask64); in MaskShiftCount64()
1167 jsgraph()->Int64Constant(kMask64)); in MaskShiftCount64()