Home
last modified time | relevance | path

Searched refs:Dhi (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl365 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)`
384 vtbl.8 `&Dhi(@x[5])`, {@t[1]}, `&Dhi($mask)`
387 vtbl.8 `&Dhi(@x[6])`, {@t[2]}, `&Dhi($mask)`
389 vtbl.8 `&Dhi(@x[7])`, {@t[3]}, `&Dhi($mask)`
758 vtbl.8 `&Dhi(@XMM[0])`, {@XMM[10]}, `&Dhi(@XMM[8])`
761 vtbl.8 `&Dhi(@XMM[1])`, {@XMM[11]}, `&Dhi(@XMM[8])`
[all …]
/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl37 ($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]
H A Dsha256-armv4.pl317 sub Dhi() { shift=~m|q([1]?[0-9])|?"d".($1*2+1):""; } subroutine
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])
H A Dsha512-parisc.pl373 @V=( $Ahi, $Alo, $Bhi, $Blo, $Chi, $Clo, $Dhi, $Dlo,
515 ldw `6*4`($ctx),$Dhi
640 addc $a3,$Dhi,$Dhi
657 stw $Dhi,`6*4`($ctx)
H A Dsha512-586.pl75 $Dlo=&DWP(32,"esp"); $Dhi=&DWP(32+4,"esp");
223 &mov ("edx",$Dhi);
237 &mov ($Dhi,"ebx");
H A Dsha512-armv8.pl466 sub Dhi { shift =~ m|[qv]([0-9]+)|?"v$1.d[1]":""; } subroutine
481 &mov (&Dscalar($T7),&Dhi(@X[3])); # X[14..15]
559 &mov (&Dhi($T5), &Dlo($T7));
/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2808 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,$Dhi
2896 vpermq \$0b10010011,$Dhi,$Dhi # 0 in lowest qword
2898 vpaddq $Dhi,$Dlo,$Dlo # note topmost qword :-)

Completed in 26 milliseconds