Lines Matching refs:code
21 # The code does not present direct interest to OpenSSL, because of low
23 # useless one I must say, because 30% or 88 bytes larger ARMv4 code
26 # by over 40%, while code increases by only 10% or 32 bytes. But once
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=<<___;
108 .code 16
117 $code.=<<___;
118 .code 32
121 .code 16
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;