Home | History | Annotate | Download | only in asm

Lines Matching refs:code

24 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
29 # Intel P4 EM64T core was found to run the AMD64 code really slow...
32 # compose blended code, which would perform even within 30% marginal
42 # provided that loads are reordered even more aggressively! Both code
47 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
48 # RC4_INT code-path. While if executed on Opteron, it's only 25%
50 # is not implemented, then this final RC4_CHAR code-path should be
53 # Intel Core2 was observed to perform poorly on both code paths:-( It
58 # fit for Core2 and therefore the code was modified to skip cloop8 on
80 $code=<<___;
107 $code.=<<___;
123 $code.=<<___;
137 $code.=<<___;
181 $code.=<<___;
200 $code.=<<___;
218 $code.=<<___;
232 $code.=<<___;
258 $code.=<<___;
360 $code =~ s/#([bwd])/$1/gm;
362 $code =~ s/RC4_set_key/private_RC4_set_key/g if ($ENV{FIPSCANLIB} ne "");
364 print $code;