Searched refs:RotateLeft (Results 1 – 12 of 12) sorted by relevance
52 uint8_t RotateLeft; member55 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;58 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
1510 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift in computeSubRegLaneMasks() local1513 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()1519 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
819 OS << format(", %2u }, ", P.RotateLeft); in emitComposeSubRegIndexLaneMask()
43 uint8_t RotateLeft; member45 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;48 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
1232 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift : 32+Shift; in computeSubRegLaneMasks() local1234 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()1240 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
759 OS << format("{ 0x%08X, %2u }, ", P.Mask, P.RotateLeft); in emitComposeSubRegIndexLaneMask()
376 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function471 RotateLeft(D[(text[map[1][j]] >> 8) & 0xff] ^ in EncipherAESBlock()472 RotateLeft(D[(text[map[2][j]] >> 16) & 0xff] ^ in EncipherAESBlock()473 RotateLeft(D[(text[map[3][j]] >> 24) & 0xff]))); in EncipherAESBlock()
6172 uint8_t RotateLeft;6202 if (unsigned S = Ops->RotateLeft)6216 if (unsigned S = Ops->RotateLeft)
5176 uint8_t RotateLeft;5200 if (unsigned S = Ops->RotateLeft)5214 if (unsigned S = Ops->RotateLeft)
8125 uint8_t RotateLeft;8154 if (unsigned S = Ops->RotateLeft)8168 if (unsigned S = Ops->RotateLeft)
8457 uint8_t RotateLeft;8543 if (unsigned S = Ops->RotateLeft)8557 if (unsigned S = Ops->RotateLeft)
8961 uint8_t RotateLeft;9123 if (unsigned S = Ops->RotateLeft)9137 if (unsigned S = Ops->RotateLeft)