Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13165 uint16x8_t inhigh = vmovl_u8(vget_high_u8(in8)); in arm_convert_latin1_to_utf16() local
13166 if (!match_system(big_endian)) { inhigh = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(inhigh))); } in arm_convert_latin1_to_utf16()
13167 vst1q_u16(reinterpret_cast<uint16_t *>(utf16_output+8), inhigh); in arm_convert_latin1_to_utf16()
[all...]

Completed in 33 milliseconds