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

  /external/openssl/crypto/modes/asm/
ghash-sparcv9.pl 48 $Zhi="%o0"; # 64-bit values
100 ldx [$Htbl+$nlo],$Zhi
111 sllx $Zhi,60,$tmp
113 srlx $Zhi,4,$Zhi
126 xor $Thi,$Zhi,$Zhi
129 xor $rem,$Zhi,$Zhi
131 sllx $Zhi,60,$tm
    [all...]
ghash-alpha.pl 40 $Zhi="t8";
61 ldq $Zhi,0($nlo)
64 sll $Zhi,60,$t0
74 srl $Zhi,4,$Zhi
80 xor $Thi1,$Zhi,$Zhi
90 sll $Zhi,60,$t0
95 xor $rem,$Zhi,$Zhi
    [all...]
ghash-s390x.pl 55 $Zhi="%r0";
153 lg $Zhi,0+1($Xi)
156 xg $Zhi,0($inp) # Xi ^= inp
158 xgr $Zhi,$tmp
160 stg $Zhi,0+1($Xi)
172 lg $Zhi,0($nlo,$Htbl)
180 sllg $tmp,$Zhi,60
182 srlg $Zhi,$Zhi,4
184 xg $Zhi,0($nhi,$Htbl
    [all...]
ghash-ia64.pl 60 { .mfi; (p19) xor Zhi=Zhi,Hhi
63 (p19) shrp Zlo=Zhi,Zlo,4 }
68 (p19) shr.u Zhi=Zhi,4 }
75 (p18) xor Zhi=Zhi,Hhi };;
77 (p18) shrp Zlo=Zhi,Zlo,4 }
82 (p18) shr.u Zhi=Zhi,4
    [all...]
ghash-x86_64.pl 59 $Zhi="%r9";
96 mov ($Htbl,$nlo),$Zhi
105 mov $Zhi,$tmp
107 shr \$4,$Zhi
110 xor ($Htbl,$nhi),$Zhi
112 xor ($rem_4bit,$rem,8),$Zhi
121 mov $Zhi,$tmp
122 shr \$4,$Zhi
125 xor ($Htbl,$nlo),$Zhi
127 xor ($rem_4bit,$rem,8),$Zhi
    [all...]
ghash-x86.pl 360 my ($Zlo,$Zhi) = ("mm0","mm1");
369 &movq ($Zhi,&QWP(0,$Htbl,$nlo));
378 &movq ($tmp,$Zhi);
379 &psrlq ($Zhi,4);
384 &pxor ($Zhi,&QWP(0,$rem_4bit,$rem[1],8)) if ($cnt<28);
386 &pxor ($Zhi,&QWP(0,$Htbl,$nix));
397 &movd ($Zhl,$Zhi);
398 &psrlq ($Zhi,32);
400 &movd ($Zhh,$Zhi);
507 my ($Zlo,$Zhi) = ("mm0","mm1")
    [all...]

Completed in 138 milliseconds