Lines Matching full:risc
11 # keys, than code generated by gcc 3.2 for PA-RISC 1.1. Latter means
20 # for PA-RISC 1.1, but the "baseline" is far from optimal. The actual
23 # vendor compiler. But to give you a taste, PA-RISC 1.1 code path
27 # On PA-RISC 2.0 it has to compete with pa-risc2[W].s, which is
36 # 32x32=64-bit multiplication is the best even PA-RISC 2.0 can do,
42 # seem to exhaust memory port capacity. And indeed, dedicated PA-RISC
48 # PA-RISC 1.1 and PA-RISC 2.0 ones. Latter features carry-free 64-bit
52 # assembled, PA-RISC 2.0 CPU is detected at run-time and proper path
60 # PA-RISC 1.1 machine, and to correspondent who chose to remain
61 # anonymous for testing the code on PA-RISC 2.0 machine.
225 extrd,u,*= $hi0,%sar,1,$hi0 ; executes on PA-RISC 1.0
229 $code.=<<___; # PA-RISC 2.0 code-path
549 if ($BN_SZ==4) { # PA-RISC 1.1 code-path
896 .STRINGZ "Montgomery Multiplication for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
900 # Explicitly encode PA-RISC 2.0 instructions used in this module, so