Searched refs:LoPos (Results 1 – 1 of 1) sorted by relevance
7364 int LoPos = (i % NumEltsInLane) / 2 + LaneStart + NumElts * (i % 2); in lowerVectorShuffleWithUNPCK() local7365 int HiPos = LoPos + NumEltsInLane / 2; in lowerVectorShuffleWithUNPCK()7366 Unpckl[i] = LoPos; in lowerVectorShuffleWithUNPCK()