Searched refs:RotateLeft (Results 1 – 14 of 14) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 43 uint8_t RotateLeft; member 45 return Mask == Other.Mask && RotateLeft == Other.RotateLeft; 48 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
|
D | CodeGenRegisters.cpp | 1232 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()
|
D | RegisterInfoEmitter.cpp | 759 OS << format("{ 0x%08X, %2u }, ", P.Mask, P.RotateLeft); in emitComposeSubRegIndexLaneMask()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 52 uint8_t RotateLeft; member 55 return Mask == Other.Mask && RotateLeft == Other.RotateLeft; 58 return Mask != Other.Mask || RotateLeft != Other.RotateLeft;
|
D | CodeGenRegisters.cpp | 1510 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()
|
D | RegisterInfoEmitter.cpp | 819 OS << format(", %2u }, ", P.RotateLeft); in emitComposeSubRegIndexLaneMask()
|
/external/ImageMagick/MagickCore/ |
D | cipher.c | 376 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/ |
D | bits.h | 59 return numeric_internal::RotateLeft(x, s); in rotl()
|
/external/angle/third_party/abseil-cpp/absl/numeric/internal/ |
D | bits.h | 85 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/ |
D | PPCGenRegisterInfo.inc | 5176 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/ |
D | MipsGenRegisterInfo.inc | 6172 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/ |
D | X86GenRegisterInfo.inc | 8125 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/ |
D | ARMGenRegisterInfo.inc | 8457 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/ |
D | AArch64GenRegisterInfo.inc | 8961 uint8_t RotateLeft; 9123 if (unsigned S = Ops->RotateLeft) 9137 if (unsigned S = Ops->RotateLeft)
|