Lines Matching refs:code
12 # It was brought to my attention that on EM64T compiler-generated code
14 # Opteron where compiler-generated code was only 15% behind 32-bit
16 # There was suggestion to mechanically translate 32-bit code, but I
19 # implementation:-) However! While 64-bit code does perform better
23 # core must have managed to run-time optimize even 32-bit code just as
34 # The code was revised to minimize code size and to maximize
45 # 32-bit code is that 64-bit code doesn't have to spill @X[] elements
50 # Add AVX code path. See sha1-586.pl for further information.
92 # reassign arguments in order to produce more compact code
112 $code.=<<___ if ($i==0);
117 $code.=<<___ if ($i<15);
132 $code.=<<___ if ($i>=15);
157 $code.=<<___ if ($i<79);
173 $code.=<<___ if ($i<76);
176 $code.=<<___ if ($i==79);
193 $code.=<<___;
216 $code.=<<___;
229 $code.=<<___ if ($avx);
236 $code.=<<___;
268 $code.=<<___;
306 $code.=<<___;
316 $code.=<<___ if ($win64);
324 $code.=<<___;
367 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
633 $code.=<<___;
661 $code.=<<___;
684 $code.=<<___;
696 $code.=<<___ if ($win64);
703 $code.=<<___;
726 $code.=<<___;
736 $code.=<<___ if ($win64);
744 $code.=<<___;
989 $code.=<<___;
1017 $code.=<<___;
1040 $code.=<<___;
1054 $code.=<<___ if ($win64);
1061 $code.=<<___;
1072 $code.=<<___;
1082 $code.=<<___;
1095 $code.=<<___;
1233 $code.=<<___ if ($avx);
1238 $code.=<<___;
1249 $code.=<<___ if ($avx);
1259 $code =~ s/\`([^\`]*)\`/eval $1/gem;
1260 print $code;