Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12712 const uint64_t surrogates_wordmask0 = ((in16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings() local
12716 if (surrogates_wordmask0 != 0 || surrogates_wordmask1 != 0) { in arm_detect_encodings()
12725 if (((surrogates_wordmask0 | surrogates_wordmask1) & 0xf0f0f0f0f0f0f0f0) != 0) { in arm_detect_encodings()
12735 const uint64_t V0 = ~surrogates_wordmask0; in arm_detect_encodings()
12740 const uint64_t L0 = ~H0 & surrogates_wordmask0; in arm_detect_encodings()
22069 const auto surrogates_wordmask0 = (in16 & v_f8) == v_d8;
22070 uint32_t surrogates_bitmask0 = surrogates_wordmask0.to_bitmask();
[all...]

Completed in 34 milliseconds