Home
last modified time | relevance | path

Searched defs:highbyte (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
Dsimdutf.cpp12132 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u16(vmovq_n_u16(0x1f00))); in convert_masked_utf8_to_utf16() local
12153 uint32x4_t highbyte = in convert_masked_utf8_to_utf16() local
12180 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u16(vmovq_n_u16(0x1f00))); in convert_masked_utf8_to_utf16() local
12194 uint32x4_t highbyte = in convert_masked_utf8_to_utf16() local
12226 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u32(vmovq_n_u32(0xff000000))); in convert_masked_utf8_to_utf16() local
12316 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u16(vmovq_n_u16(0x1f00))); in convert_masked_utf8_to_utf32() local
12337 uint32x4_t highbyte = in convert_masked_utf8_to_utf32() local
12362 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u16(vmovq_n_u16(0x1f00))); in convert_masked_utf8_to_utf32() local
12376 uint32x4_t highbyte = in convert_masked_utf8_to_utf32() local
12396 uint8x16_t highbyte = vandq_u8(perm, vreinterpretq_u8_u32(vmovq_n_u32(0x07000000))); in convert_masked_utf8_to_utf32() local
[all …]