Lines Matching refs:Xi

63 $Xi="%rdi";
173 movzb 15($Xi),$Zlo
176 &loop ($Xi);
178 mov $Zlo,8($Xi)
179 mov $Zhi,($Xi)
242 &mov ($Zlo,"8($Xi)");
243 &mov ($Zhi,"0($Xi)");
253 &mov ("($Xi)",$Zhi);
254 &mov ("8($Xi)","%rdx");
289 &mov ($dat,"$j($Xi)") if (--$j%4==0);
330 mov $Zlo,8($Xi)
331 mov $Zhi,($Xi)
353 ($Xi,$Xhi)=("%xmm0","%xmm1"); $Hkey="%xmm2";
357 my ($Xhi,$Xi,$Hkey,$modulo)=@_;
360 movdqa $Xi,$Xhi #
361 pshufd \$0b01001110,$Xi,$T1
363 pxor $Xi,$T1 #
367 pclmulqdq \$0x00,$Hkey,$Xi #######
370 pxor $Xi,$T1 #
377 pxor $T2,$Xi #
382 my ($Xhi,$Xi) = @_;
386 movdqa $Xi,$T1 #
387 psllq \$1,$Xi
388 pxor $T1,$Xi #
389 psllq \$5,$Xi #
390 pxor $T1,$Xi #
391 psllq \$57,$Xi #
392 movdqa $Xi,$T2 #
393 pslldq \$8,$Xi
395 pxor $T1,$Xi
399 movdqa $Xi,$T2
400 psrlq \$5,$Xi
401 pxor $T2,$Xi #
402 psrlq \$1,$Xi #
403 pxor $T2,$Xi #
405 psrlq \$1,$Xi #
406 pxor $T2,$Xi #
436 movdqa $Hkey,$Xi
438 &clmul64x64_T2 ($Xhi,$Xi,$Hkey);
439 &reduction_alg9 ($Xhi,$Xi);
442 movdqu $Xi,16($Htbl) # save H^2
455 movdqu ($Xip),$Xi
458 pshufb $T3,$Xi
460 &clmul64x64_T2 ($Xhi,$Xi,$Hkey);
461 &reduction_alg9 ($Xhi,$Xi);
463 pshufb $T3,$Xi
464 movdqu $Xi,($Xip)
497 movdqu ($Xip),$Xi
499 pshufb $T3,$Xi
506 # Xi+2 =[H*(Ii+1 + Xi+1)] mod P =
507 # [(H*Ii+1) + (H*Xi+1)] mod P =
508 # [(H*Ii+1) + H^2*(Ii+Xi)] mod P
514 pxor $T1,$Xi # Ii+Xi
518 movdqa $Xi,$Xhi #
519 pshufd \$0b01001110,$Xi,$T1
521 pxor $Xi,$T1 #
530 &clmul64x64_T2 ($Xhi,$Xi,$Hkey2,1); # H^2*(Ii+Xi)
533 pxor $Xn,$Xi # (H*Ii+1) + H^2*(Ii+Xi)
545 pxor $T1,$Xhi # "Ii+Xi", consume early
547 movdqa $Xi,$T1 # 1st phase
548 psllq \$1,$Xi
549 pxor $T1,$Xi #
550 psllq \$5,$Xi #
551 pxor $T1,$Xi #
553 psllq \$57,$Xi #
554 movdqa $Xi,$T2 #
555 pslldq \$8,$Xi
557 pxor $T1,$Xi
561 movdqa $Xi,$T2 # 2nd phase
562 psrlq \$5,$Xi
563 pxor $T2,$Xi #
564 psrlq \$1,$Xi #
565 pxor $T2,$Xi #
567 psrlq \$1,$Xi #
568 pxor $T2,$Xi #
571 movdqa $Xi,$Xhi #
572 pshufd \$0b01001110,$Xi,$T1
574 pxor $Xi,$T1 #
591 &clmul64x64_T2 ($Xhi,$Xi,$Hkey2,1); # H^2*(Ii+Xi)
593 pxor $Xn,$Xi # (H*Ii+1) + H^2*(Ii+Xi)
596 &reduction_alg9 ($Xhi,$Xi);
604 pxor $T1,$Xi # Ii+Xi
606 &clmul64x64_T2 ($Xhi,$Xi,$Hkey); # H*(Ii+Xi)
607 &reduction_alg9 ($Xhi,$Xi);
610 pshufb $T3,$Xi
611 movdqu $Xi,($Xip)