Searched refs:utf8_unpacked (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 13127 const uint8x16_t utf8_unpacked = in arm_convert_latin1_to_utf8() local 13142 const uint8x16_t utf8_packed = vqtbl1q_u8(utf8_unpacked, shuffle); in arm_convert_latin1_to_utf8() 13871 const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, in, t4)); in arm_convert_utf16_to_utf8() local 13888 const uint8x16_t utf8_packed = vqtbl1q_u8(utf8_unpacked, shuffle); in arm_convert_utf16_to_utf8() 14125 const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, in, t4)); in arm_convert_utf16_to_utf8_with_errors() local 14142 const uint8x16_t utf8_packed = vqtbl1q_u8(utf8_unpacked, shuffle); in arm_convert_utf16_to_utf8_with_errors() 14580 const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, utf16_packed, t4)); in arm_convert_utf32_to_utf8() local 14597 const uint8x16_t utf8_packed = vqtbl1q_u8(utf8_unpacked, shuffle); in arm_convert_utf32_to_utf8() 14813 const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, utf16_packed, t4)); in arm_convert_utf32_to_utf8_with_errors() local 14830 const uint8x16_t utf8_packed = vqtbl1q_u8(utf8_unpacked, shuffl in arm_convert_utf32_to_utf8_with_errors() [all...] |
Completed in 22 milliseconds