HomeSort by relevance Sort by last modified time
    Searched refs:alo (Results 26 - 33 of 33) sorted by null

12

  /external/openssl/crypto/bn/asm/
ppc-mont.pl 102 $alo="r29";
163 $UMULL $alo,$aj,$m0 ; ap[1]*bp[0]
180 addc $lo0,$alo,$hi0
183 $UMULL $alo,$aj,$m0 ; ap[j]*bp[0]
197 addc $lo0,$alo,$hi0
224 $UMULL $alo,$aj,$m0 ; ap[j]*bp[i]
242 addc $lo0,$alo,$hi0
247 $UMULL $alo,$aj,$m0 ; ap[j]*bp[i]
262 addc $lo0,$alo,$hi0
sparcv9a-mont.pl 111 $alo="%f16"; $alo_="%f17"; $ahi="%f18"; $ahi_="%f19";
195 fzeros $alo
205 fxtod $alo,$alo
223 std $alo,[$ap_l+$j] ! save smashed ap[j] in double format
232 fmuld $alo,$ba,$aloa
234 fmuld $alo,$bb,$alob
236 fmuld $alo,$bc,$aloc
239 fmuld $alo,$bd,$alod
276 fzeros $alo
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl 111 $alo="%f16"; $alo_="%f17"; $ahi="%f18"; $ahi_="%f19";
195 fzeros $alo
205 fxtod $alo,$alo
223 std $alo,[$ap_l+$j] ! save smashed ap[j] in double format
232 fmuld $alo,$ba,$aloa
234 fmuld $alo,$bb,$alob
236 fmuld $alo,$bc,$aloc
239 fmuld $alo,$bd,$alod
276 fzeros $alo
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
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
424 and $alo,$blo,$a0
425 shd $alo,$ahi,$Sigma0[2],$t3
430 and $alo,$clo,$a
    [all...]
  /external/openssl/crypto/sha/asm/
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
424 and $alo,$blo,$a0
425 shd $alo,$ahi,$Sigma0[2],$t3
430 and $alo,$clo,$a
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 816 alo, ahi = self.pairs[i-1]
819 self.pairs[i-1:i+1] = [(alo, max(ahi, bhi))]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 816 alo, ahi = self.pairs[i-1]
819 self.pairs[i-1:i+1] = [(alo, max(ahi, bhi))]
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]

Completed in 585 milliseconds

12