Home
last modified time | relevance | path

Searched defs:RotateLeft (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft() function in spvtools::comp::MoveToFront
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft() function in spvtools::comp::MoveToFront
/external/ImageMagick/MagickCore/
Dcipher.c374 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function
/external/llvm/utils/TableGen/
DCodeGenRegisters.h43 uint8_t RotateLeft; member
DCodeGenRegisters.cpp1232 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift : 32+Shift; in computeSubRegLaneMasks() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.h53 uint8_t RotateLeft; member
DCodeGenRegisters.cpp1428 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift in computeSubRegLaneMasks() local