Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1603 static const int64_t kMask64 = 0x3F; in MaskShiftCount64() local
1608 int64_t masked = (match.ResolvedValue() & kMask64); in MaskShiftCount64()
1611 node = gasm_->Word64And(node, Int64Constant(kMask64)); in MaskShiftCount64()

Completed in 14 milliseconds