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

  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 51 $Ahi="r6";
110 str $Ahi,[sp,#$Aoff+4]
134 mov $t1,$Ahi,lsr#28
135 eor $t0,$t0,$Ahi,lsl#4
137 eor $t0,$t0,$Ahi,lsr#2
140 eor $t1,$t1,$Ahi,lsl#30
141 eor $t0,$t0,$Ahi,lsr#7
144 eor $t1,$t1,$Ahi,lsl#25 @ Sigma0(a)
153 and $t3,$Ahi,$t1
154 orr $Ahi,$Ahi,$t
    [all...]
sha512-586.pl 47 $Alo=&DWP(8,"esp"); $Ahi=&DWP(8+4,"esp");
205 &mov ("edx",$Ahi);
239 &mov ("edx",$Ahi);
249 &and ("edi",$Ahi);
sha512-parisc.pl 363 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
380 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
413 shd $ahi,$alo,$Sigma0[0],$t0
415 shd $alo,$ahi,$Sigma0[0],$t1
417 shd $ahi,$alo,$Sigma0[1],$t2
419 shd $alo,$ahi,$Sigma0[1],$t3
423 shd $ahi,$alo,$Sigma0[2],$t2
425 shd $alo,$ahi,$Sigma0[2],$t3
426 and $ahi,$bhi,$a1
431 and $ahi,$chi,$a
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-ia64.pl 258 ($Alo,$Ahi,$Blo,$Bhi,$Zlo,$Zhi)=("r20","r21","r22","r23","r24","r25");
287 { .mfi; ld8 $Ahi=[$Atbl] //(p18) Htable[nlo].hi
294 mov $Zhi=$Ahi //(p18) Z.hi^=Htable[nlo].hi
314 { .mmi; ld8 $Ahi=[$Atbl] //(p18) Htable[nlo].hi
324 xor $Zhi=$Zhi,$Ahi //(p18) Z.hi^=Htable[nlo].hi
343 { .mmi; ld8 $Ahi=[$Atbl] //(p18) Htable[nlo].hi
352 xor $Zhi=$Zhi,$Ahi //(p18) Z.hi^=Htable[nlo].hi
367 { .mfi; ld8 $Ahi=[$Atbl] //(p18) Htable[nlo].hi
374 xor $Zhi=$Zhi,$Ahi };; //(p18) Z.hi^=Htable[nlo].hi
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 103 milliseconds