Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12733 const auto v_dc = simd8<uint8_t>::splat(0xdc); in arm_detect_encodings() local
12737 const auto vH0 = ((in16 & v_fc) == v_dc); in arm_detect_encodings()
12769 const auto vH = ((in_16 & v_fc) == v_dc); in arm_detect_encodings()
12887 const auto v_dc = simd8<uint8_t>::splat(0xdc); in arm_validate_utf16() local
12917 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16()
12957 const auto v_dc = simd8<uint8_t>::splat(0xdc); in arm_validate_utf16_with_errors() local
12988 const auto vH = ((in & v_fc) == v_dc); in arm_validate_utf16_with_errors()
22089 const auto v_dc = simd8<uint8_t>::splat(0xdc);
22093 const auto vH0 = (in16 & v_fc) == v_dc;
22126 const auto vH = (in_16 & v_fc) == v_dc;
[all...]

Completed in 30 milliseconds