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

  /external/openssl/crypto/sha/asm/
sha1-586.pl 59 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
88 &rotl($f,1); # f=ROTATE(f,1)
93 &rotl($e,5); # e=ROTATE(a,5)
113 &rotl($f,1); # f=ROTATE(f,1)
117 &rotl($e,5); # e=ROTATE(a,5)
136 &rotl($f,1); # f=ROTATE(f,1)
147 &rotl($e,5); # e=ROTATE(a,5)
  /external/openssl/crypto/des/asm/
crypt586.pl 144 &rotl( $a, $shift ) if ($shift != 0);
175 else { &rotl($tt, $lr-3); }
181 else { &rotl($r, $lr-2); }
192 { &rotl($r, 2-$lr); }
198 { &rotl($l, 3-$lr); }
des-586.pl 152 &rotl($R,3);
154 &rotl($L,3);
247 &rotl( $a, $shift ) if ($shift != 0);
280 else { &rotl($tt, $lr-3); }
286 else { &rotl($r, $lr-2); }
297 { &rotl($r, 2-$lr); }
303 { &rotl($l, 3-$lr); }
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 89 &rotl($c, 10);
93 &rotl($a, $s);
105 &rotl($c, 10);
110 &rotl($a, $s);
134 &rotl($c, 10);
138 &rotl($a, $s);
154 &rotl($c, 10);
161 &rotl($c, 10);
165 &rotl($a, $s);
185 &rotl($c, 10)
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 64 &rotl($a,$s);
89 &rotl($a,$s);
112 &rotl($a,$s);
135 &rotl($a,$s);
161 &rotl($a,$s);
  /external/openssl/crypto/perlasm/
x86asm.pl 64 sub ::rotl { &rol(@_); }
  /external/qemu/tcg/arm/
tcg-target.c 225 static inline uint32_t rotl(uint32_t val, int n) function
244 if ((rotl(imm, 2) & ~0xff) == 0)
246 if ((rotl(imm, 4) & ~0xff) == 0)
248 if ((rotl(imm, 6) & ~0xff) == 0)
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 735 APInt rotl(unsigned rotateAmt) const;
753 APInt rotl(const APInt &rotateAmt) const;
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl 491 &rotl ($s[$i],24);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 555 milliseconds