Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc1412 …const VecUc byte_gather = R_CAST(VecUc, _mm256_setr_epi64x(0, kMask0101, 2 * kMask0101, 3 * kMask0… in Expand1bitTo8() local
1415 const VecUc byte_gather = R_CAST(VecUc, _mm_setr_epi32(0, 0, 0x01010101, 0x01010101)); in Expand1bitTo8() local
1496 const VecU16 byte_gather = R_CAST(VecU16, _mm256_setr_epi64x(0, 0, kMask0101, kMask0101)); in Expand1bitTo16() local
1499 const VecU16 byte_gather = VCONST_S(0); in Expand1bitTo16() local
H A Dplink2_base.h1799 const __m256i byte_gather = _mm256_setr_epi64x(0, kMask0101, 2 * kMask0101, 3 * kMask0101); in InverseMovemaskFF() local
1810 …const __m256i byte_gather = _mm256_setr_epi32(0, 0x01010101, 0x02020202, 0x03030303, 0x04040404, 0… in InverseMovespreadmaskFF() local
1934 const __m128i byte_gather = _mm_setr_epi32(0, 0, 0x01010101, 0x01010101); in InverseMovemaskFF() local
1943 const __m128i byte_gather = _mm_setr_epi32(0, 0x01010101, 0x02020202, 0x03030303); in InverseMovespreadmaskFF() local