HomeSort by relevance Sort by last modified time
    Searched refs:RotateRight (Results 1 - 11 of 11) sorted by null

  /external/ImageMagick/MagickCore/
signature.c 611 static unsigned int RotateRight(unsigned int x,unsigned int n)
618 #define Sigma0(x) (RotateRight(x,7) ^ RotateRight(x,18) ^ Trunc32((x) >> 3))
619 #define Sigma1(x) (RotateRight(x,17) ^ RotateRight(x,19) ^ Trunc32((x) >> 10))
620 #define Suma0(x) (RotateRight(x,2) ^ RotateRight(x,13) ^ RotateRight(x,22))
621 #define Suma1(x) (RotateRight(x,6) ^ RotateRight(x,11) ^ RotateRight(x,25)
    [all...]
cipher.c     [all...]
  /external/v8/src/arm64/
instructions-arm64.cc 65 static uint64_t RotateRight(uint64_t value,
120 return RotateRight(bits, imm_r, 64);
133 RotateRight(bits, imm_r & mask, width),
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 138 RotateRight (
403 AsciiSPrint (Buf, Size, "MRS%a %a_%a, #0x%x", COND (OpCode), B ? "SPSR" : "CPSR", FieldMask ((OpCode >> 16) & 0xf), RotateRight (OpCode & 0xf, ((OpCode >> 8) & 0xf) *2));
  /external/vixl/src/aarch64/
instructions-aarch64.cc 155 return RotateRight(bits, imm_r, 64);
168 RotateRight(bits, imm_r & mask, width),
simulator-aarch64.cc 368 uvalue = RotateRight(uvalue, amount, reg_size);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 322 RotateRight Shift = 3 // right rotate
decode.go 560 case RotateRight:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 322 RotateRight Shift = 3 // right rotate
decode.go 560 case RotateRight:
  /external/vixl/src/
utils-vixl.h 211 inline uint64_t RotateRight(uint64_t value,

Completed in 393 milliseconds