Searched refs:DstBit (Results 1 – 2 of 2) sorted by relevance
27 Bits DstBit; in pushData() local29 DstBit = BitOffset + Bits(It); in pushData()31 DstBit = size() - BitOffset - BitWidth + Bits(It); in pushData()33 size_t DstByte = DstBit.roundToBytes(); in pushData()34 Data[DstByte] |= std::byte{1} << DstBit.getOffsetInByte(); in pushData()56 Bits DstBit = Bits(It); in copyBits() local57 size_t DstByte = DstBit.roundToBytes(); in copyBits()58 Out[DstByte] |= std::byte{1} << DstBit.getOffsetInByte(); in copyBits()
1532 unsigned DstBit = Idx.LaneMask.getHighestLane(); in computeSubRegLaneMasks() local1533 assert(Idx.LaneMask == LaneBitmask::getLane(DstBit) && in computeSubRegLaneMasks()1535 MaskRolPair MaskRol = {LaneBitmask::getLane(0), (uint8_t)DstBit}; in computeSubRegLaneMasks()1563 unsigned DstBit = Composite->LaneMask.getHighestLane(); in computeSubRegLaneMasks() local1564 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()