Home
last modified time | relevance | path

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

/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/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.h52 uint8_t RotateLeft; member
55 return Mask == Other.Mask && RotateLeft == Other.RotateLeft;
58 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
DCodeGenRegisters.cpp1510 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift in computeSubRegLaneMasks() local
1513 if (I.RotateLeft == RotateLeft) { in computeSubRegLaneMasks()
1519 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
DRegisterInfoEmitter.cpp819 OS << format(", %2u }, ", P.RotateLeft); in emitComposeSubRegIndexLaneMask()
/external/ImageMagick/MagickCore/
Dcipher.c376 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function
471 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()
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits.h59 return numeric_internal::RotateLeft(x, s); in rotl()
/external/angle/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h85 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateLeft( in RotateLeft() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc5176 uint8_t RotateLeft;
5200 if (unsigned S = Ops->RotateLeft)
5214 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenRegisterInfo.inc6172 uint8_t RotateLeft;
6202 if (unsigned S = Ops->RotateLeft)
6216 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenRegisterInfo.inc8125 uint8_t RotateLeft;
8154 if (unsigned S = Ops->RotateLeft)
8168 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenRegisterInfo.inc8457 uint8_t RotateLeft;
8543 if (unsigned S = Ops->RotateLeft)
8557 if (unsigned S = Ops->RotateLeft)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenRegisterInfo.inc8961 uint8_t RotateLeft;
9123 if (unsigned S = Ops->RotateLeft)
9137 if (unsigned S = Ops->RotateLeft)