Lines Matching refs:code
73 $code.=$inline?&common():"\tbl .Lcommon\n";
74 $code.=<<___;
80 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&common():"\tbl .Lcommon\n";
85 $code.=<<___;
90 $code.=$inline?&rotate():"\tbl .Lrotate\n";
94 $code.=$inline?&common():"\tbl .Lcommon\n";
95 $code.=<<___;
103 $code.=$inline?&rotate():"\tbl .Lrotate\n";
106 $code=<<___;
117 $code.=<<___;
124 $code.=<<___;
186 $code.=<<___;
198 $code.=<<___;
212 $code.=<<___;
252 $code.=".Lcommon:\n".&common()."\tmov pc,lr\n" if (!$inline);
253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
254 $code.=<<___;
264 print $code;