Lines Matching refs:code
93 $code.=<<___;
187 $code=<<___;
349 $code.=<<___;
401 $code.=<<___;
509 $code.=<<___ if ($i<16 || $i&1);
520 $code.=<<___;
563 $code.=<<___;
591 $code.=<<___;
610 $code.=<<___;
616 $code.=<<___;
636 $code.=<<___;
644 $code =~ s/\`([^\`]*)\`/eval $1/gem;
645 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
646 $code =~ s/\bret\b/bx lr/gm;
656 print $code;