OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file "src/crypto/bn/asm/bn-586.S" | 2 .file "src/crypto/bn/asm/bn-586.S" |
3 .text | 3 .text |
4 .globl bn_mul_add_words | 4 .globl bn_mul_add_words |
5 .type bn_mul_add_words,@function | 5 .type bn_mul_add_words,@function |
6 .align 16 | 6 .align 16 |
7 bn_mul_add_words: | 7 bn_mul_add_words: |
8 .L_bn_mul_add_words_begin: | 8 .L_bn_mul_add_words_begin: |
9 pushl %ebp | 9 pushl %ebp |
10 pushl %ebx | 10 pushl %ebx |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1376 .L040pw_tail_nc6: | 1376 .L040pw_tail_nc6: |
1377 .L042pw_nc_end: | 1377 .L042pw_nc_end: |
1378 movl $0,%eax | 1378 movl $0,%eax |
1379 .L020pw_end: | 1379 .L020pw_end: |
1380 popl %edi | 1380 popl %edi |
1381 popl %esi | 1381 popl %esi |
1382 popl %ebx | 1382 popl %ebx |
1383 popl %ebp | 1383 popl %ebp |
1384 ret | 1384 ret |
1385 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin | 1385 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin |
1386 #endif | 1386 #endif |
OLD | NEW |