Searched refs:SrcBit (Results 1 – 3 of 3) sorted by relevance
6087 constexpr SizeT SrcBit = 1 << 2;6088 assert((Index0 & SrcBit) == (Index1 & SrcBit));6089 assert((Index0 & SrcBit) == (Index2 & SrcBit));6090 assert((Index0 & SrcBit) == (Index3 & SrcBit));6091 (void)SrcBit;6106 constexpr SizeT SrcBit = 1 << 2;6107 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX));6108 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX));6109 (void)SrcBit;6132 constexpr SizeT SrcBit = 1 << 2;[all …]
1215 unsigned SrcBit = NextBit; in computeSubRegLaneMasks() local1216 unsigned SrcMask = 1u << SrcBit; in computeSubRegLaneMasks()1231 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()
1411 unsigned SrcBit = NextBit; in computeSubRegLaneMasks() local1412 LaneBitmask SrcMask = LaneBitmask::getLane(SrcBit); in computeSubRegLaneMasks()1427 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()