Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13162 uint16x8_t inlow = vmovl_u8(vget_low_u8(in8)); in arm_convert_latin1_to_utf16() local
13163 if (!match_system(big_endian)) { inlow = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(inlow))); } in arm_convert_latin1_to_utf16()
13164 vst1q_u16(reinterpret_cast<uint16_t *>(utf16_output), inlow); in arm_convert_latin1_to_utf16() local
[all...]

Completed in 36 milliseconds