Lines Matching refs:mend
17907 // mend: identifying the last bytes of each sequence to be decoded
17908 __mmask64 mend = _kshiftri_mask64(m1234, 1);
17910 mend = _kor_mask64(mend, (uint64_t(1) << (gap - 1)));
17914 __m512i last_and_third = _mm512_maskz_compress_epi8(mend, mask_identity);
17941 __mmask64 mprocessed = (tail == SIMDUTF_FULL) ? _pdep_u64(0xFFFFFFFF, mend) : _pdep_u64(0xFFFFFFFF, _kand_mask64(mend, b)); // we adjust mend at the end of the output.
17949 __mmask32 M3 = __mmask32(_pext_u64(m3 << 2, mend));
17971 // mend: identifying the last bytes of each sequence to be decoded
17972 __mmask64 mend = _kor_mask64(_kshiftri_mask64(_kor_mask64(mp3, m1234), 1), mp3);
17974 mend = _kor_mask64(mend, __mmask64(uint64_t(1) << (gap - 1)));
17976 __m512i last_and_third = _mm512_maskz_compress_epi8(mend, mask_identity);
18001 uint64_t Mlo_uint64 = _pext_u64(mp3, mend);
18014 __mmask64 mprocessed = (tail == SIMDUTF_FULL) ? _pdep_u64(Mout, mend) : _pdep_u64(Mout, _kand_mask64(mend, b)); // we adjust mend at the end of the output.
18032 __mmask32 M3 = __mmask32(_pext_u64(m3 << 2, mend));