Home | History | Annotate | Download | only in asm

Lines Matching refs:code

14 # The code does not present direct interest to OpenSSL, because of low
16 # useless one I must say, because 30% or 88 bytes larger ARMv4 code
19 # by over 40%, while code increases by only 10% or 32 bytes. But once
67 $code.=$inline?&common():"\tbl .Lcommon\n";
68 $code.=<<___;
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
78 $code.=$inline?&common():"\tbl .Lcommon\n";
79 $code.=<<___;
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
88 $code.=$inline?&common():"\tbl .Lcommon\n";
89 $code.=<<___;
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
100 $code=<<___;
102 .code 16
111 $code.=<<___;
112 .code 32
115 .code 16
118 $code.=<<___;
180 $code.=<<___;
192 $code.=<<___;
206 $code.=<<___;
246 $code.=".Lcommon:\n".&common()."\tmov pc,lr\n" if (!$inline);
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
248 $code.=<<___;
258 print $code;