Lines Matching refs:code
14 # C for the time being... Except that it has two code paths: pure
15 # integer code suitable for any ARMv4 and later CPU and NEON code
18 # faster than compiler-generated code. For ECDH and ECDSA verify (but
22 # longer keys. One has to optimize code elsewhere to get NEON glow...
31 $code=<<___;
35 .code 32
77 $code.=<<___;
165 $code.=<<___;
215 $code.=<<___;
242 $code.=<<___;
275 $code =~ s/\`([^\`]*)\`/eval $1/gem;
276 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
277 print $code;