Searched refs:VectorBytes (Results 1 – 2 of 2) sorted by relevance
3342 unsigned char Bytes[SystemZ::VectorBytes];3421 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()3427 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()3429 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()3430 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()3459 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()3467 if (To == SystemZ::VectorBytes) in matchDoublePermute()3536 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()3537 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()3538 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()[all …]
102 const unsigned VectorBytes = VectorBits / 8; variable