OLD | NEW |
---|---|
1 #if defined(__x86_64__) | 1 #if defined(__x86_64__) |
2 .text | 2 .text |
3 | 3 |
4 .extern OPENSSL_ia32cap_P | 4 .extern OPENSSL_ia32cap_P |
5 .hidden OPENSSL_ia32cap_P | 5 .hidden OPENSSL_ia32cap_P |
6 | 6 |
7 .globl bn_mul_mont_gather5 | 7 .globl bn_mul_mont_gather5 |
8 .hidden bn_mul_mont_gather5 | 8 .hidden bn_mul_mont_gather5 |
9 .type bn_mul_mont_gather5,@function | 9 .type bn_mul_mont_gather5,@function |
10 .align 64 | 10 .align 64 |
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1554 adcq 48(%rdi),%r14 | 1554 adcq 48(%rdi),%r14 |
1555 adcq 56(%rdi),%r15 | 1555 adcq 56(%rdi),%r15 |
1556 sbbq %rsi,%rsi | 1556 sbbq %rsi,%rsi |
1557 | 1557 |
1558 movl $8,%ecx | 1558 movl $8,%ecx |
1559 jmp .L8x_tail | 1559 jmp .L8x_tail |
1560 | 1560 |
1561 .align 32 | 1561 .align 32 |
1562 .L8x_tail_done: | 1562 .L8x_tail_done: |
1563 addq (%rdx),%r8 | 1563 addq (%rdx),%r8 |
1564 adcq $0,%r9 | |
1565 adcq $0,%r10 | |
1566 adcq $0,%r11 | |
1567 adcq $0,%r12 | |
1568 adcq $0,%r13 | |
1569 adcq $0,%r14 | |
1570 adcq $0,%r15 | |
1571 | |
1572 | |
1573 xorq %rax,%rax | 1564 xorq %rax,%rax |
1574 | 1565 |
1575 negq %rsi | 1566 negq %rsi |
1576 .L8x_no_tail: | 1567 .L8x_no_tail: |
1577 adcq 0(%rdi),%r8 | 1568 adcq 0(%rdi),%r8 |
1578 adcq 8(%rdi),%r9 | 1569 adcq 8(%rdi),%r9 |
1579 adcq 16(%rdi),%r10 | 1570 adcq 16(%rdi),%r10 |
1580 adcq 24(%rdi),%r11 | 1571 adcq 24(%rdi),%r11 |
1581 adcq 32(%rdi),%r12 | 1572 adcq 32(%rdi),%r12 |
1582 adcq 40(%rdi),%r13 | 1573 adcq 40(%rdi),%r13 |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1823 jnz .Lgather | 1814 jnz .Lgather |
1824 .byte 0xf3,0xc3 | 1815 .byte 0xf3,0xc3 |
1825 .LSEH_end_bn_gather5: | 1816 .LSEH_end_bn_gather5: |
1826 .size bn_gather5,.-bn_gather5 | 1817 .size bn_gather5,.-bn_gather5 |
1827 .align 64 | 1818 .align 64 |
1828 .Lmagic_masks: | 1819 .Lmagic_masks: |
1829 .long 0,0, 0,0, 0,0, -1,-1 | 1820 .long 0,0, 0,0, 0,0, -1,-1 |
1830 .long 0,0, 0,0, 0,0, 0,0 | 1821 .long 0,0, 0,0, 0,0, 0,0 |
1831 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105 ,99,97,116,105,111,110,32,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97 ,116,104,101,114,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71 ,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,1 11,114,103,62,0 | 1822 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105 ,99,97,116,105,111,110,32,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97 ,116,104,101,114,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71 ,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,1 11,114,103,62,0 |
1832 #endif | 1823 #endif |
OLD | NEW |