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

  /external/openssl/crypto/sha/asm/
sha256-586.pl 39 $Doff=&DWP(12,"esp");
66 &mov ($E,$Doff); # e becomes d, which is e in next iteration
148 &mov ($Doff,"edi");
197 &mov ("edi",$Doff);
sha512-armv4.pl 65 $Doff=8*3;
117 ldr $Elo,[sp,#$Doff+0] @ d.lo
119 ldr $Ehi,[sp,#$Doff+4] @ d.hi
259 ldr $t2, [$ctx,#$Doff+$lo]
260 ldr $t3, [$ctx,#$Doff+$hi]
265 str $t2, [sp,#$Doff+0]
266 str $t3, [sp,#$Doff+4]
373 ldr $Tlo,[sp,#$Doff+0]
374 ldr $Thi,[sp,#$Doff+4]
377 ldr $t2, [$ctx,#$Doff+$lo
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-586.pl 105 $Doff=&DWP(16,"esp");
266 &mov ($Doff,"edi");
298 &mov ("ecx",$Doff);
    [all...]
sha512-armv4.pl 82 $Doff=8*3;
134 ldr $Elo,[sp,#$Doff+0] @ d.lo
136 ldr $Ehi,[sp,#$Doff+4] @ d.hi
278 ldr $t2, [$ctx,#$Doff+$lo]
279 ldr $t3, [$ctx,#$Doff+$hi]
284 str $t2, [sp,#$Doff+0]
285 str $t3, [sp,#$Doff+4]
392 ldr $Tlo,[sp,#$Doff+0]
393 ldr $Thi,[sp,#$Doff+4]
396 ldr $t2, [$ctx,#$Doff+$lo
    [all...]

Completed in 183 milliseconds