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 performs better
23 # core must have managed to run-time optimize even 32-bit code just as
45 # reassign arguments in order to produce more compact code
64 $code.=<<___;
90 $code.=<<___;
103 $code.=<<___ if ($i==0);
108 $code.=<<___ if ($i<15);
123 $code.=<<___ if ($i>=15);
147 $code.=<<___ if ($i<79);
163 $code.=<<___ if ($i<76);
166 $code.=<<___ if ($i==79);
182 $code.=<<___;
204 $code=".text\n";
207 $code.=".align 4\n.Lloop:\n";
212 $code.=<<___;
234 $code.=<<___;
240 $code =~ s/\`([^\`]*)\`/eval $1/gem;
241 print $code;