Home | History | Annotate | Download | only in sha

Lines Matching refs:code

12 # This code is ~4.5 (four and a half) times faster than code generated
57 $code.=<<___;
149 $code=<<___;
151 .code 32
255 $code.=<<___;
311 $code.=<<___;
395 $code =~ s/\`([^\`]*)\`/eval $1/gem;
396 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
397 print $code;