Home
last modified time | relevance | path

Searched refs:RotateLeft (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp283 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
Dmove_to_front.h260 uint32_t RotateLeft(const uint32_t node);
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp283 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
Dmove_to_front.h260 uint32_t RotateLeft(const uint32_t node);
/external/llvm/utils/TableGen/
DCodeGenRegisters.h43 uint8_t RotateLeft; member
45 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;
48 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
DCodeGenRegisters.cpp1232 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift : 32+Shift; in computeSubRegLaneMasks() local
1234 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()
1240 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
DRegisterInfoEmitter.cpp759 OS << format("{ 0x%08X, %2u }, ", P.Mask, P.RotateLeft); in emitComposeSubRegIndexLaneMask()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.h53 uint8_t RotateLeft; member
56 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;
59 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
DCodeGenRegisters.cpp1428 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift in computeSubRegLaneMasks() local
1431 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()
1437 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
DRegisterInfoEmitter.cpp766 OS << format(", %2u }, ", P.RotateLeft); in emitComposeSubRegIndexLaneMask()
/external/ImageMagick/MagickCore/
Dcipher.c374 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function
469 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()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenRegisterInfo.inc6070 uint8_t RotateLeft;
6100 if (unsigned S = Ops->RotateLeft)
6114 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenRegisterInfo.inc6558 uint8_t RotateLeft;
6583 if (unsigned S = Ops->RotateLeft)
6597 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenRegisterInfo.inc7341 uint8_t RotateLeft;
7427 if (unsigned S = Ops->RotateLeft)
7441 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenRegisterInfo.inc8700 uint8_t RotateLeft;
8862 if (unsigned S = Ops->RotateLeft)
8876 if (unsigned S = Ops->RotateLeft)