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

  /external/openssl/crypto/sha/asm/
sha256-586.pl 48 my $in_16_63=shift;
51 &add ($T,"edi") if ($in_16_63); # T += sigma1(X[-2])
56 &mov (&DWP(4*(8+15),"esp"),$T) if ($in_16_63); # save X[0]
94 &mov ($T,&DWP(4*(8+15+16-1),"esp")) if ($in_16_63); # preload T
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-586.pl 135 my $in_16_63=shift;
138 &xor ("edi","esi") if ($in_16_63); # sigma1(X[-2])
141 &add ($T,"edi") if ($in_16_63); # T += sigma1(X[-2])
145 &mov ($T,&DWP(4*(9+15),"esp")) if (!$in_16_63);
146 &mov (&DWP(4*(9+15),"esp"),$T) if ($in_16_63); # save X[0]
176 &mov ("ecx",&DWP(4*(9+15+16-1),"esp")) if ($in_16_63); # preload T
    [all...]

Completed in 44 milliseconds