HomeSort by: relevance | last modified time | path
    Searched refs:Dhi (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
bsaes-armv7.pl 77 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
365 vtbl.8 `&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
369 vtbl.8 `&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
373 vtbl.8 `&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
376 vtbl.8 `&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
381 vtbl.8 `&Dhi(@x[4])`, {@t[0]}, `&Dhi($mask)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
bsaes-armv7.pl 77 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
365 vtbl.8 `&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
369 vtbl.8 `&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
373 vtbl.8 `&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
376 vtbl.8 `&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
381 vtbl.8 `&Dhi(@x[4])`, {@t[0]}, `&Dhi($mask)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
bsaes-armv7.pl 75 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
363 vtbl.8 `&Dhi(@x[0])`, {@t[0]}, `&Dhi($mask)`
367 vtbl.8 `&Dhi(@x[1])`, {@t[1]}, `&Dhi($mask)`
371 vtbl.8 `&Dhi(@x[2])`, {@t[2]}, `&Dhi($mask)`
374 vtbl.8 `&Dhi(@x[3])`, {@t[3]}, `&Dhi($mask)`
379 vtbl.8 `&Dhi(@x[4])`, {@t[0]}, `&Dhi($mask)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha512-c64xplus.pl 37 ($Ahi,$Actxhi,$Bhi,$Bctxhi,$Chi,$Cctxhi,$Dhi,$Dctxhi,
117 LDW *${CTXA}[6^.LITTLE_ENDIAN],$Dhi
140 || MVD $Dhi,$Dctxhi
201 || ROTL $Dhi,0,$Ehi
209 || ROTL $Chi,0,$Dhi
336 ADD $Dhi,$Dctxhi,$Dhi
349 || ADD $Dctxlo,$Dhi,$Dhi
355 ||[!A0] STW $Dhi,*${CTXA}[6^.LITTLE_ENDIAN
    [all...]
sha256-armv4.pl 317 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
361 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
367 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
370 &vshr_u32 ($T5,&Dhi(@X[3]),$sigma1[2]);
379 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
382 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
415 &vadd_i32 (&Dhi(@X[0]),&Dhi(@X[0]),$T5);# X[2..3] += sigma1(X[16..17])
sha512-parisc.pl 373 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
445 addc $hhi,$dhi,$dhi ; d += h
515 ldw `6*4`($ctx),$Dhi
640 addc $a3,$Dhi,$Dhi
657 stw $Dhi,`6*4`($ctx)
sha512-586.pl 75 $Dlo=&DWP(32,"esp"); $Dhi=&DWP(32+4,"esp");
223 &mov ("edx",$Dhi);
237 &mov ($Dhi,"ebx");
sha512-armv8.pl 472 sub Dhi { shift =~ m|[qv]([0-9]+)|?"v$1.d[1]":""; }
487 &mov (&Dscalar($T7),&Dhi(@X[3])); # X[14..15]
565 &mov (&Dhi($T5), &Dlo($T7));
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha512-c64xplus.pl 37 ($Ahi,$Actxhi,$Bhi,$Bctxhi,$Chi,$Cctxhi,$Dhi,$Dctxhi,
117 LDW *${CTXA}[6^.LITTLE_ENDIAN],$Dhi
140 || MVD $Dhi,$Dctxhi
201 || ROTL $Dhi,0,$Ehi
209 || ROTL $Chi,0,$Dhi
336 ADD $Dhi,$Dctxhi,$Dhi
349 || ADD $Dctxlo,$Dhi,$Dhi
355 ||[!A0] STW $Dhi,*${CTXA}[6^.LITTLE_ENDIAN
    [all...]
sha256-armv4.pl 317 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
361 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
367 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
370 &vshr_u32 ($T5,&Dhi(@X[3]),$sigma1[2]);
379 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
382 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
415 &vadd_i32 (&Dhi(@X[0]),&Dhi(@X[0]),$T5);# X[2..3] += sigma1(X[16..17])
sha512-parisc.pl 373 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
445 addc $hhi,$dhi,$dhi ; d += h
515 ldw `6*4`($ctx),$Dhi
640 addc $a3,$Dhi,$Dhi
657 stw $Dhi,`6*4`($ctx)
sha512-586.pl 75 $Dlo=&DWP(32,"esp"); $Dhi=&DWP(32+4,"esp");
223 &mov ("edx",$Dhi);
237 &mov ($Dhi,"ebx");
sha512-armv8.pl 464 sub Dhi { shift =~ m|[qv]([0-9]+)|?"v$1.d[1]":""; }
479 &mov (&Dscalar($T7),&Dhi(@X[3])); # X[14..15]
557 &mov (&Dhi($T5), &Dlo($T7));
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha512-c64xplus.pl 38 ($Ahi,$Actxhi,$Bhi,$Bctxhi,$Chi,$Cctxhi,$Dhi,$Dctxhi,
118 LDW *${CTXA}[6^.LITTLE_ENDIAN],$Dhi
141 || MVD $Dhi,$Dctxhi
202 || ROTL $Dhi,0,$Ehi
210 || ROTL $Chi,0,$Dhi
337 ADD $Dhi,$Dctxhi,$Dhi
350 || ADD $Dctxlo,$Dhi,$Dhi
356 ||[!A0] STW $Dhi,*${CTXA}[6^.LITTLE_ENDIAN
    [all...]
sha256-armv4.pl 308 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; }
352 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
358 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
361 &vshr_u32 ($T5,&Dhi(@X[3]),$sigma1[2]);
370 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
373 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
406 &vadd_i32 (&Dhi(@X[0]),&Dhi(@X[0]),$T5);# X[2..3] += sigma1(X[16..17])
sha512-parisc.pl 370 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
387 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
442 addc $hhi,$dhi,$dhi ; d += h
512 ldw `6*4`($ctx),$Dhi
637 addc $a3,$Dhi,$Dhi
654 stw $Dhi,`6*4`($ctx)
sha512-586.pl 76 $Dlo=&DWP(32,"esp"); $Dhi=&DWP(32+4,"esp");
224 &mov ("edx",$Dhi);
238 &mov ($Dhi,"ebx");
sha512-armv8.pl 475 sub Dhi { shift =~ m|[qv]([0-9]+)|?"v$1.d[1]":""; }
490 &mov (&Dscalar($T7),&Dhi(@X[3])); # X[14..15]
568 &mov (&Dhi($T5), &Dlo($T7));
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-x86_64.pl 2808 my ($H0,$H1,$H2,$r2r1r0,$r1r0s2,$r0s2s1,$Dlo,$Dhi) = map("%ymm$_",(0..5,16,17));
2879 vpxord $Dhi,$Dhi,$Dhi
2882 vpmadd52huq $r2r1r0,$H0,$Dhi
2885 vpmadd52huq $r1r0s2,$H1,$Dhi
2888 vpmadd52huq $r0s2s1,$H2,$Dhi
2891 vpsllvq $reduc_left,$Dhi,$Dhi # 0 in topmost qword
2894 vpaddq $T0,$Dhi,$Dh
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-x86_64.pl 2802 my ($H0,$H1,$H2,$r2r1r0,$r1r0s2,$r0s2s1,$Dlo,$Dhi) = map("%ymm$_",(0..5,16,17));
2873 vpxord $Dhi,$Dhi,$Dhi
2876 vpmadd52huq $r2r1r0,$H0,$Dhi
2879 vpmadd52huq $r1r0s2,$H1,$Dhi
2882 vpmadd52huq $r0s2s1,$H2,$Dhi
2885 vpsllvq $reduc_left,$Dhi,$Dhi # 0 in topmost qword
2888 vpaddq $T0,$Dhi,$Dh
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-x86_64.pl 2800 my ($H0,$H1,$H2,$r2r1r0,$r1r0s2,$r0s2s1,$Dlo,$Dhi) = map("%ymm$_",(0..5,16,17));
2870 vpxord $Dhi,$Dhi,$Dhi
2873 vpmadd52huq $r2r1r0,$H0,$Dhi
2876 vpmadd52huq $r1r0s2,$H1,$Dhi
2879 vpmadd52huq $r0s2s1,$H2,$Dhi
2882 vpsllvq $reduc_left,$Dhi,$Dhi # 0 in topmost qword
2885 vpaddq $T0,$Dhi,$Dh
    [all...]

Completed in 48 milliseconds