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

  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 121 $Zhi="%r9";
158 mov ($Htbl,$nlo),$Zhi
167 mov $Zhi,$tmp
169 shr \$4,$Zhi
172 xor ($Htbl,$nhi),$Zhi
174 xor ($rem_4bit,$rem,8),$Zhi
183 mov $Zhi,$tmp
184 shr \$4,$Zhi
187 xor ($Htbl,$nlo),$Zhi
189 xor ($rem_4bit,$rem,8),$Zhi
    [all...]
ghash-x86.pl 372 my ($Zlo,$Zhi) = ("mm0","mm1");
381 &movq ($Zhi,&QWP(0,$Htbl,$nlo));
390 &movq ($tmp,$Zhi);
391 &psrlq ($Zhi,4);
396 &pxor ($Zhi,&QWP(0,$rem_4bit,$rem[1],8)) if ($cnt<28);
398 &pxor ($Zhi,&QWP(0,$Htbl,$nix));
409 &movd ($Zhl,$Zhi);
410 &psrlq ($Zhi,32);
412 &movd ($Zhh,$Zhi);
519 my ($Zlo,$Zhi) = ("mm0","mm1")
    [all...]

Completed in 71 milliseconds