Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13291 uint16x4_t lowperm = vmovn_u32(perm); in convert_masked_utf8_to_utf16() local
13297 uint16x4_t middlebyte = vbic_u16(lowperm, vmov_n_u16(uint16_t(~0xFF00))); in convert_masked_utf8_to_utf16()
13301 uint16x4_t ascii = vand_u16(lowperm, vmov_n_u16(0x7F)); in convert_masked_utf8_to_utf16()
[all...]

Completed in 34 milliseconds