Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12687 const auto v_f8 = simd8<uint8_t>::splat(0xf8); in arm_detect_encodings() local
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()
12763 const uint64_t surrogates_wordmask = ((in_16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings()
12885 const auto v_f8 = simd8<uint8_t>::splat(0xf8); in arm_validate_utf16() local
12902 const uint64_t surrogates_wordmask = ((in & v_f8) == v_d8).to_bitmask64(); in arm_validate_utf16()
12955 const auto v_f8 = simd8<uint8_t>::splat(0xf8); in arm_validate_utf16_with_errors() local
12973 const uint64_t surrogates_wordmask = ((in & v_f8) == v_d8).to_bitmask64(); in arm_validate_utf16_with_errors()
22051 const auto v_f8 = simd8<uint8_t>::splat(0xf8);
22069 const auto surrogates_wordmask0 = (in16 & v_f8)
[all...]

Completed in 30 milliseconds