Searched refs:VectorBytes (Results 1 – 2 of 2) sorted by relevance
3512 unsigned char Bytes[SystemZ::VectorBytes];3591 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()3597 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()3599 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()3600 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()3629 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()3637 if (To == SystemZ::VectorBytes) in matchDoublePermute()3706 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()3707 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()3708 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()[all …]
142 const unsigned VectorBytes = VectorBits / 8; variable