Searched refs:RotateLeft (Results 1 – 15 of 15) sorted by relevance
283 parent = RotateLeft(parent); in InsertNode()292 if (BalanceOf(node) > 0) RotateLeft(node); in InsertNode()367 if (BalanceOf(sibling) > 0) RotateLeft(sibling); in RemoveNode()376 parent = RotateLeft(parent); in RemoveNode()391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft() function in spvtools::comp::MoveToFront
260 uint32_t RotateLeft(const uint32_t node);
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()
53 uint8_t RotateLeft; member56 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;59 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
1428 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift in computeSubRegLaneMasks() local1431 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()1437 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
766 OS << format(", %2u }, ", P.RotateLeft); in emitComposeSubRegIndexLaneMask()
374 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function469 RotateLeft(D[(text[map[1][j]] >> 8) & 0xff] ^ in EncipherAESBlock()470 RotateLeft(D[(text[map[2][j]] >> 16) & 0xff] ^ in EncipherAESBlock()471 RotateLeft(D[(text[map[3][j]] >> 24) & 0xff]))); in EncipherAESBlock()
6070 uint8_t RotateLeft;6100 if (unsigned S = Ops->RotateLeft)6114 if (unsigned S = Ops->RotateLeft)
6558 uint8_t RotateLeft;6583 if (unsigned S = Ops->RotateLeft)6597 if (unsigned S = Ops->RotateLeft)
7341 uint8_t RotateLeft;7427 if (unsigned S = Ops->RotateLeft)7441 if (unsigned S = Ops->RotateLeft)
8700 uint8_t RotateLeft;8862 if (unsigned S = Ops->RotateLeft)8876 if (unsigned S = Ops->RotateLeft)