Searched refs:SHFIndices (Results 1 – 1 of 1) sorted by relevance
2441 int SHFIndices[4] = { -1, -1, -1, -1 }; in lowerVECTOR_SHUFFLE_SHF() local2460 if (SHFIndices[i] == -1) in lowerVECTOR_SHUFFLE_SHF()2461 SHFIndices[i] = Idx; in lowerVECTOR_SHUFFLE_SHF()2465 if (!(Idx == -1 || Idx == SHFIndices[i])) in lowerVECTOR_SHUFFLE_SHF()2473 int Idx = SHFIndices[i]; in lowerVECTOR_SHUFFLE_SHF()