OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file "sha512-586.S" | 2 .file "sha512-586.S" |
3 .text | 3 .text |
4 .globl sha256_block_data_order | 4 .globl sha256_block_data_order |
| 5 .hidden sha256_block_data_order |
5 .type sha256_block_data_order,@function | 6 .type sha256_block_data_order,@function |
6 .align 16 | 7 .align 16 |
7 sha256_block_data_order: | 8 sha256_block_data_order: |
8 .L_sha256_block_data_order_begin: | 9 .L_sha256_block_data_order_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 movl 20(%esp),%esi | 14 movl 20(%esp),%esi |
14 movl 24(%esp),%edi | 15 movl 24(%esp),%edi |
(...skipping 3325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3340 cmpl 104(%esp),%edi | 3341 cmpl 104(%esp),%edi |
3341 jb .L009grand_loop | 3342 jb .L009grand_loop |
3342 movl 108(%esp),%esp | 3343 movl 108(%esp),%esp |
3343 popl %edi | 3344 popl %edi |
3344 popl %esi | 3345 popl %esi |
3345 popl %ebx | 3346 popl %ebx |
3346 popl %ebp | 3347 popl %ebp |
3347 ret | 3348 ret |
3348 .size sha256_block_data_order,.-.L_sha256_block_data_order_begin | 3349 .size sha256_block_data_order,.-.L_sha256_block_data_order_begin |
3349 #endif | 3350 #endif |
OLD | NEW |