Home
last modified time | relevance | path

Searched refs:kMask0F0F (Results 1 – 11 of 11) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_bits.cc39 const VecW m4 = VCONST_W(kMask0F0F); in Pack32bTo16bMask()
435 const VecW m4 = VCONST_W(kMask0F0F); in PopcountVecsAvx2()
902 const VecW m4 = VCONST_W(kMask0F0F); in PopcountVecsNoAvx2()
954 const VecW m4 = VCONST_W(kMask0F0F); in PopcountVecsNoAvx2Intersect()
1346 uintptr_t tmp_stor = (ulii & kMask0F0F) + ((ulii >> 4) & kMask0F0F); in PopcountBytesMasked()
1358 tmp_stor += (ulii & kMask0F0F) + ((ulii >> 4) & kMask0F0F); in PopcountBytesMasked()
1801 uintptr_t target_word0_lo = source_word_lo & kMask0F0F; in TransposeBitblock32()
1803 uintptr_t target_word0_hi = source_word_hi & kMask0F0F; in TransposeBitblock32()
1917 const VecW m4 = VCONST_W(kMask0F0F); in TransposeNybbleblock()
2201 uintptr_t target_word0_lo = source_word_lo & kMask0F0F; in TransposeNybbleblock()
[all …]
H A Dplink2_base.h1548 static const uintptr_t kMask0F0F = (~S_CAST(uintptr_t, 0)) / 17; variable
1773 return _pdep_u64(hw, kMask0F0F); in Unpack0F0F()
1777 return _pext_u64(ww, kMask0F0F); in Pack0F0F()
1781 return _pext_u64(ww, kMask0F0F); in Pack0F0FMask()
1823 hw = (hw | (hw << 4)) & kMask0F0F; in UnpackHalfwordToWord()
1835 ww = (ww | (ww >> 2)) & kMask0F0F; in PackWordToHalfword()
1856 return ((hw | (hw << 4)) & kMask0F0F); in Unpack0F0F()
1868 return Pack0F0F(ww & kMask0F0F); in Pack0F0FMask()
1920 ww = (ww | (ww >> 2)) & kMask0F0F; in PackVec4thUintTo8th()
2246 …return (((four_bit & kMask0F0F) + ((four_bit >> 4) & kMask0F0F)) * kMask0101) >> (kBitsPerWord - 8… in Popcount2Words()
[all …]
H A Dpgenlib_misc.cc449 const VecW m4 = VCONST_W(kMask0F0F); in Count12Vec6()
542 const VecW m4 = VCONST_W(kMask0F0F); in Count3FreqVec6()
634 const VecW m4 = VCONST_W(kMask0F0F); in FillInterleavedMaskVec()
737 const VecW m4 = VCONST_W(kMask0F0F); in CountSubset3FreqVec6()
1306 uintptr_t target_word0_lo = source_word_lo & kMask0F0F; in TransposeNypblock32()
1307 uintptr_t target_word1_lo = (source_word_lo >> 4) & kMask0F0F; in TransposeNypblock32()
1308 uintptr_t target_word0_hi = source_word_hi & kMask0F0F; in TransposeNypblock32()
1309 uintptr_t target_word1_hi = (source_word_hi >> 4) & kMask0F0F; in TransposeNypblock32()
1338 target_word0_lo = (target_word0_lo | (target_word0_lo >> 2)) & kMask0F0F; in TransposeNypblock32()
1339 target_word1_lo = (target_word1_lo | (target_word1_lo >> 2)) & kMask0F0F; in TransposeNypblock32()
[all …]
H A Dplink2_bits.h165 const VecW m4 = VCONST_W(kMask0F0F); in PopcountVecAvx2()
H A Dpgenlib_read.cc1249 vrtypes_alias_fullword[widx] = _pdep_u64(ww, kMask0F0F); in PgfiInitPhase2()
1255 vrtypes_alias_fullword[widx] = (ww | (ww << 4)) & kMask0F0F; in PgfiInitPhase2()
2233 const VecW m4 = VCONST_W(kMask0F0F); in ParseOnebitUnsafe()
3352 const VecW m4 = VCONST_W(kMask0F0F); in CountNypVec6()
3572 const VecW m4 = VCONST_W(kMask0F0F); in CountNybbleVec()
5932 const VecW m4 = VCONST_W(kMask0F0F); in Expand4bitTo8()
H A Dpgenlib_write.cc476 const VecW m4 = VCONST_W(kMask0F0F); in CountLdAndInvertedLdDiffs()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_ld.cc199 const VecW m4 = VCONST_W(kMask0F0F); in DotprodVecsNm()
274 const VecW m4 = VCONST_W(kMask0F0F); in SumSsqVecs()
355 const VecW m4 = VCONST_W(kMask0F0F); in SumSsqNmVecs()
1783 const VecW m4 = VCONST_W(kMask0F0F); in GenoBitvecSumMain()
1844 const VecW m4 = VCONST_W(kMask0F0F); in GenoBitvecSumSubsetMain()
1921 const VecW m4 = VCONST_W(kMask0F0F); in GenoBitvecPhasedDotprodMain()
2033 const VecW m4 = VCONST_W(kMask0F0F); in HardcallPhasedR2RefineMain()
H A Dplink2_cmdline.h1572 const VecW m4 = VCONST_W(kMask0F0F); in VcountIncr4To8()
1584 const VecW m4 = VCONST_W(kMask0F0F); in Vcount0Incr4To8()
H A Dplink2_common.cc469 const VecW m4 = VCONST_W(kMask0F0F); in CountMissingVec6()
535 const VecW m4 = VCONST_W(kMask0F0F); in CountMissingMaskedVec6()
H A Dplink2_matrix_calc.cc1012 const VecW m4 = VCONST_W(kMask0F0F); in IncrKing()
1094 const VecW m4 = VCONST_W(kMask0F0F); in IncrKingHomhom()
2229 const VecW m4 = VCONST_W(kMask0F0F); in IncrKingSubset()
2309 const VecW m4 = VCONST_W(kMask0F0F); in IncrKingSubsetHomhom()
H A Dplink2_cmdline.cc1827 const VecW m4 = VCONST_W(kMask0F0F); in PopcountVecsNoSse42Intersect3val()