Lines Matching refs:code
86 $code.=<<___;
180 $code=<<___;
342 $code.=<<___;
394 $code.=<<___;
502 $code.=<<___ if ($i<16 || $i&1);
513 $code.=<<___;
556 $code.=<<___;
584 $code.=<<___;
602 $code.=<<___;
608 $code.=<<___;
628 $code.=<<___;
636 $code =~ s/\`([^\`]*)\`/eval $1/gem;
637 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
638 $code =~ s/\bret\b/bx lr/gm;
648 print $code;