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

  /external/openssl/crypto/sha/asm/
sha256-586.pl 40 $Eoff=&DWP(16,"esp");
63 &mov ($Eoff,$E); # modulo-scheduled
153 # &mov ($Eoff,$E);
206 # &mov ($E,$Eoff);
sha512-armv4.pl 66 $Eoff=8*4;
104 str $Elo,[sp,#$Eoff+0]
106 str $Ehi,[sp,#$Eoff+4]
242 ldr $Elo,[$ctx,#$Eoff+$lo]
243 ldr $Ehi,[$ctx,#$Eoff+$hi]
390 ldr $t0, [$ctx,#$Eoff+$lo]
391 ldr $t1, [$ctx,#$Eoff+$hi]
395 str $Elo,[$ctx,#$Eoff+$lo]
397 str $Ehi,[$ctx,#$Eoff+$hi]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-586.pl 106 $Eoff=&DWP(20,"esp");
149 &mov ($Eoff,$E); # modulo-scheduled
166 &mov ($E,$Eoff); # e in next iteration, d in this one
272 # &mov ($Eoff,$E);
307 # &mov ($E,$Eoff);
    [all...]
sha512-armv4.pl 83 $Eoff=8*4;
121 str $Elo,[sp,#$Eoff+0]
123 str $Ehi,[sp,#$Eoff+4]
261 ldr $Elo,[$ctx,#$Eoff+$lo]
262 ldr $Ehi,[$ctx,#$Eoff+$hi]
409 ldr $t0, [$ctx,#$Eoff+$lo]
410 ldr $t1, [$ctx,#$Eoff+$hi]
414 str $Elo,[$ctx,#$Eoff+$lo]
416 str $Ehi,[$ctx,#$Eoff+$hi]

Completed in 481 milliseconds