Searched refs:HalfElts (Results 1 – 4 of 4) sorted by relevance
417 unsigned HalfElts = NumElts / 2; in DecodeEXTRQIMask() local446 for (int i = Len; i != (int)HalfElts; ++i) in DecodeEXTRQIMask()448 for (int i = HalfElts; i != (int)NumElts; ++i) in DecodeEXTRQIMask()454 unsigned HalfElts = NumElts / 2; in DecodeINSERTQIMask() local486 for (int i = Idx + Len; i != (int)HalfElts; ++i) in DecodeINSERTQIMask()488 for (int i = HalfElts; i != (int)NumElts; ++i) in DecodeINSERTQIMask()
7131 unsigned HalfElts = NumElts/2; in PerformVECTOR_SHUFFLECombine() local7136 if (MaskElt < (int)HalfElts) in PerformVECTOR_SHUFFLECombine()7138 else if (MaskElt >= (int)NumElts && MaskElt < (int)(NumElts + HalfElts)) in PerformVECTOR_SHUFFLECombine()7139 NewElt = HalfElts + MaskElt - NumElts; in PerformVECTOR_SHUFFLECombine()
9875 unsigned HalfElts = NumElts/2; in PerformVECTOR_SHUFFLECombine() local9880 if (MaskElt < (int)HalfElts) in PerformVECTOR_SHUFFLECombine()9882 else if (MaskElt >= (int)NumElts && MaskElt < (int)(NumElts + HalfElts)) in PerformVECTOR_SHUFFLECombine()9883 NewElt = HalfElts + MaskElt - NumElts; in PerformVECTOR_SHUFFLECombine()
11504 unsigned HalfElts = NumElts/2; in PerformVECTOR_SHUFFLECombine() local11509 if (MaskElt < (int)HalfElts) in PerformVECTOR_SHUFFLECombine()11511 else if (MaskElt >= (int)NumElts && MaskElt < (int)(NumElts + HalfElts)) in PerformVECTOR_SHUFFLECombine()11512 NewElt = HalfElts + MaskElt - NumElts; in PerformVECTOR_SHUFFLECombine()