Lines Matching refs:code
5 # Itanium optimized Crypto code which was released by HP Labs at
49 # code below has the following pipeline diagram:
134 # implies that the setup code needs to ensure that the output
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
195 local *code = shift;
197 $code .= sprintf ("\t\t".$format."\n", @_);
201 local *code = shift;
203 $code .= sprintf ($format."\n", @_);
207 local *code = shift;
208 $code .=<<___;
314 $code=<<___;
674 &emit_body (\$code, \$bypass, $iteration++, $predicates);
678 $code.=<<___;
684 &emit_body (\$code, \$bypass, $iteration++, $predicates);
687 $code.=<<___;
694 &emit_body (\$code, \$bypass, $iteration++, $predicates);
697 $code.=<<___;
747 # Last but not least, emit the code for the bypass-code of the unrolled loop:
749 $code.=$bypass;
751 $code.=<<___;
755 print $code;