Home | History | Annotate | Download | only in asm

Lines Matching refs:Xhi

354 ($Xi,$Xhi)=("%xmm0","%xmm1");	$Hkey="%xmm2";
358 my ($Xhi,$Xi,$Hkey,$modulo)=@_;
361 movdqa $Xi,$Xhi #
369 pclmulqdq \$0x11,$Hkey,$Xhi #######
372 pxor $Xhi,$T1 #
377 pxor $T1,$Xhi
383 my ($Xhi,$Xi) = @_;
397 pxor $T2,$Xhi #
405 pxor $Xhi,$T2
439 &clmul64x64_T2 ($Xhi,$Xi,$Hkey);
440 &reduction_alg9 ($Xhi,$Xi);
461 &clmul64x64_T2 ($Xhi,$Xi,$Hkey);
462 &reduction_alg9 ($Xhi,$Xi);
519 movdqa $Xi,$Xhi #
531 &clmul64x64_T2 ($Xhi,$Xi,$Hkey2,1); # H^2*(Ii+Xi)
535 pxor $Xhn,$Xhi
546 pxor $T1,$Xhi # "Ii+Xi", consume early
559 pxor $T2,$Xhi #
567 pxor $Xhi,$T2
572 movdqa $Xi,$Xhi #
592 &clmul64x64_T2 ($Xhi,$Xi,$Hkey2,1); # H^2*(Ii+Xi)
595 pxor $Xhn,$Xhi
597 &reduction_alg9 ($Xhi,$Xi);
607 &clmul64x64_T2 ($Xhi,$Xi,$Hkey); # H*(Ii+Xi)
608 &reduction_alg9 ($Xhi,$Xi);