OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file "src/crypto/bn/asm/x86-mont.S" | 2 .file "src/crypto/bn/asm/x86-mont.S" |
3 .text | 3 .text |
4 .globl bn_mul_mont | 4 .globl bn_mul_mont |
| 5 .hidden bn_mul_mont |
5 .type bn_mul_mont,@function | 6 .type bn_mul_mont,@function |
6 .align 16 | 7 .align 16 |
7 bn_mul_mont: | 8 bn_mul_mont: |
8 .L_bn_mul_mont_begin: | 9 .L_bn_mul_mont_begin: |
9 pushl %ebp | 10 pushl %ebp |
10 pushl %ebx | 11 pushl %ebx |
11 pushl %esi | 12 pushl %esi |
12 pushl %edi | 13 pushl %edi |
13 xorl %eax,%eax | 14 xorl %eax,%eax |
14 movl 40(%esp),%edi | 15 movl 40(%esp),%edi |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 popl %ebx | 331 popl %ebx |
331 popl %ebp | 332 popl %ebp |
332 ret | 333 ret |
333 .size bn_mul_mont,.-.L_bn_mul_mont_begin | 334 .size bn_mul_mont,.-.L_bn_mul_mont_begin |
334 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105 | 335 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105 |
335 .byte 112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56 | 336 .byte 112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56 |
336 .byte 54,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121 | 337 .byte 54,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121 |
337 .byte 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46 | 338 .byte 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46 |
338 .byte 111,114,103,62,0 | 339 .byte 111,114,103,62,0 |
339 #endif | 340 #endif |
OLD | NEW |