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

  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 120 $Zlo="%r8";
153 mov `&LB("$Zlo")`,`&LB("$nlo")`
154 mov `&LB("$Zlo")`,`&LB("$nhi")`
157 mov 8($Htbl,$nlo),$Zlo
160 mov $Zlo,$rem
165 shr \$4,$Zlo
170 xor 8($Htbl,$nhi),$Zlo
175 mov $Zlo,$rem
177 xor $tmp,$Zlo
181 shr \$4,$Zlo
    [all...]
ghash-x86.pl 372 my ($Zlo,$Zhi) = ("mm0","mm1");
380 &movq ($Zlo,&QWP(8,$Htbl,$nlo));
382 &movd ($rem[0],$Zlo);
389 &psrlq ($Zlo,4);
392 &pxor ($Zlo,&QWP(8,$Htbl,$nix));
400 &movd ($rem[1],$Zlo);
401 &pxor ($Zlo,$tmp);
408 &psrlq ($Zlo,32); # lower part of Zlo is already there
411 &movd ($Zlh,$Zlo);
    [all...]

Completed in 51 milliseconds