Lines Matching refs:code
25 # with recurring code in two private functions;
38 # the same job in Thumb, therefore the code is never twice as
60 # but code's endian neutrality makes it too pretty:-)
63 $code.=<<___;
80 $code.=<<___;
91 $code.=<<___ if (!defined($flag));
94 $code.=<<___;
104 $code.=<<___;
114 $code.=<<___;
124 $code.=<<___;
133 $code.=<<___;
142 $code=<<___;
165 $code.=<<___;
174 $code.=<<___;
184 $code.=<<___;
196 $code.=<<___;
229 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
230 print $code;