Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp17820 __m512i byteflip = _mm512_setr_epi64( in process_block_utf8_to_utf16() local
18127 simdutf_really_inline size_t utf32_to_utf16_masked(const __m512i byteflip, __m512i utf32, unsigned … in utf32_to_utf16_masked()
18202 simdutf_really_inline size_t utf32_to_utf16(const __m512i byteflip, __m512i utf32, unsigned int cou… in utf32_to_utf16()
18616 __m512i byteflip = _mm512_setr_epi64( in valid_utf8_to_fixed_length() local
18917 __m512i byteflip = _mm512_setr_epi64( in validating_utf8_to_fixed_length() local
19040 __m512i byteflip = _mm512_setr_epi64( in validating_utf8_to_fixed_length_with_constant_checks() local
19333 __m512i byteflip = _mm512_setr_epi64(0x0607040502030001, 0x0e0f0c0d0a0b0809, in icelake_convert_utf16_to_latin1() local
19377 __m512i byteflip = _mm512_setr_epi64(0x0607040502030001, 0x0e0f0c0d0a0b0809, in icelake_convert_utf16_to_latin1_with_errors() local
19445 __m512i byteflip = _mm512_setr_epi64( in utf16_to_utf8_avx512i() local
19644 const __m512i byteflip = _mm512_setr_epi64( in convert_utf16_to_utf32() local
[all …]