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
40 # [***] which is also ~35% better than compiler generated code. Dual-
76 $code.=<<___;
97 $code.=<<___;
129 $code.=<<___;
138 $code.=<<___;
146 $code.=<<___;
152 $code=<<___;
177 $code.=<<___;
187 $code.=<<___;
196 $code.=<<___;
208 $code.=<<___;
246 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
247 print $code;