Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp331 simdutf_really_inline uint64_t to_bitmask64() const { in to_bitmask64() function
12712 const uint64_t surrogates_wordmask0 = ((in16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings()
12713 const uint64_t surrogates_wordmask1 = ((nextin16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings()
12738 const uint64_t H0 = vH0.to_bitmask64(); in arm_detect_encodings()
12763 const uint64_t surrogates_wordmask = ((in_16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings()
12770 const uint64_t H = vH.to_bitmask64(); in arm_detect_encodings()
12902 const uint64_t surrogates_wordmask = ((in & v_f8) == v_d8).to_bitmask64(); in arm_validate_utf16()
12918 const uint64_t H = vH.to_bitmask64(); in arm_validate_utf16()
12973 const uint64_t surrogates_wordmask = ((in & v_f8) == v_d8).to_bitmask64(); in arm_validate_utf16_with_errors()
12989 const uint64_t H = vH.to_bitmask64(); in arm_validate_utf16_with_errors()
[all...]

Completed in 21 milliseconds