Home | History | Annotate | Download | only in asm

Lines Matching refs:rounds

61 $rounds="ecx";
65 $rounds_="ebx"; # backup copy for $rounds
109 &dec ($rounds);
125 &cmp ($rounds,11);
169 &mov ($rounds,&DWP(240,$key));
185 &mov ($rounds,&DWP(240,$key));
213 &shr ($rounds,1);
224 &dec ($rounds);
253 &shr ($rounds,1);
264 &dec ($rounds);
294 &shr ($rounds,1);
303 &dec ($rounds);
316 &dec ($rounds);
369 &mov ($rounds,&DWP(240,$key));
374 &mov ($rounds_,$rounds); # backup $rounds
408 &mov ($rounds,$rounds_); # restore $rounds
475 &mov ($rounds_,$rounds); # backup $rounds
509 &mov ($rounds,$rounds_); # restore $rounds
593 &mov ($rounds,&wparam(5));
600 &movdqu ($cmac,&QWP(0,$rounds)); # load cmac
601 &mov ($rounds,&DWP(240,$key));
617 &shr ($rounds,1);
621 &mov ($rounds_,$rounds);
626 &mov ($rounds,$rounds_);
638 &dec ($rounds);
672 &mov ($rounds,&wparam(5));
679 &movdqu ($cmac,&QWP(0,$rounds)); # load cmac
680 &mov ($rounds,&DWP(240,$key));
700 &mov ($rounds_,$rounds);
715 &mov ($rounds,$rounds_);
724 &shr ($rounds,1);
734 &dec ($rounds);
804 &mov ($rounds,6);
806 &mov (&DWP(16,"esp"),$rounds);
807 &mov (&DWP(20,"esp"),$rounds);
808 &mov (&DWP(24,"esp"),$rounds);
814 &mov ($rounds,&DWP(240,$key)); # key->rounds
842 &shr ($rounds,1);
844 &mov ($rounds_,$rounds); # backup $rounds
865 &dec ($rounds);
915 &mov ($rounds,$rounds_);
923 &lea ($rounds,&DWP(1,"",$rounds,2)); # restore $rounds
965 &mov ($rounds,&DWP(240,$key));
1031 &mov ($rounds,&DWP(240,$key)); # key2->rounds
1045 &mov ($rounds,&DWP(240,$key)); # key1->rounds
1062 &mov ($rounds_,$rounds); # backup $rounds
1066 &shr ($rounds,1);
1067 &mov ($rounds_,$rounds);
1111 &dec ($rounds);
1144 &mov ($rounds,$rounds_); # restore $rounds
1150 &lea ($rounds,&DWP(1,"",$rounds,2)); # restore $rounds
1152 &mov ($rounds_,$rounds);
1336 &movz ($rounds,&BP(0,$inp));
1339 &mov (&BP(-16,$out),&LB($rounds));
1347 &mov ($rounds,$rounds_); # restore $rounds
1366 &mov ($rounds,&DWP(240,$key)); # key2->rounds
1395 &mov ($rounds,&DWP(240,$key)); # key1->rounds
1397 &mov ($rounds_,$rounds); # backup $rounds
1408 &shr ($rounds,1);
1409 &mov ($rounds_,$rounds);
1453 &dec ($rounds);
1486 &mov ($rounds,$rounds_); # restore $rounds
1492 &lea ($rounds,&DWP(1,"",$rounds,2)); # restore $rounds
1494 &mov ($rounds_,$rounds);
1686 &mov ($rounds,$rounds_); # restore $rounds
1698 &movz ($rounds,&BP(16,$inp));
1701 &mov (&BP(0,$out),&LB($rounds));
1709 &mov ($rounds,$rounds_); # restore $rounds
1746 &mov ($rounds,&DWP(240,$key));
1749 &mov ($rounds_,$rounds); # backup $rounds
1765 &mov ($rounds,$rounds_); # restore $rounds
1777 &mov ("ecx",$len); # zaps $rounds
1784 &mov ($rounds,$rounds_); # restore $rounds
1826 &mov ($rounds,$rounds_) # restore $rounds
1961 # $rounds int bits
1965 # $round rounds
1976 &cmp ($rounds,256);
1977 &je (&label("14rounds"));
1978 &cmp ($rounds,192);
1979 &je (&label("12rounds"));
1980 &cmp ($rounds,128);
1983 &set_label("10rounds",16);
1984 &mov ($rounds,9);
2007 &mov (&DWP(80,$key),$rounds);
2023 &set_label("12rounds",16);
2025 &mov ($rounds,11);
2044 &mov (&DWP(48,$key),$rounds);
2076 &set_label("14rounds",16);
2078 &mov ($rounds,13);
2109 &mov (&DWP(16,$key),$rounds);
2149 &mov ($rounds,&wparam(1));
2159 &mov ($rounds,&wparam(1));
2163 &shl ($rounds,4) # rounds-1 after _aesni_set_encrypt_key
2166 &lea ("eax",&DWP(16,$key,$rounds)); # end of key schedule