Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S

Issue 2669913002: Roll src/third_party/boringssl/src 358baeb9a..c26692cfd (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 adcq 40(%rdi),%r13 1819 adcq 40(%rdi),%r13
1820 adcq 48(%rdi),%r14 1820 adcq 48(%rdi),%r14
1821 adcq 56(%rdi),%r15 1821 adcq 56(%rdi),%r15
1822 sbbq %rsi,%rsi 1822 sbbq %rsi,%rsi
1823 1823
1824 movl $8,%ecx 1824 movl $8,%ecx
1825 jmp .L8x_tail 1825 jmp .L8x_tail
1826 1826
1827 .align 32 1827 .align 32
1828 .L8x_tail_done: 1828 .L8x_tail_done:
1829 xorq %rax,%rax
1829 addq (%rdx),%r8 1830 addq (%rdx),%r8
1830 adcq $0,%r9 1831 adcq $0,%r9
1831 adcq $0,%r10 1832 adcq $0,%r10
1832 adcq $0,%r11 1833 adcq $0,%r11
1833 adcq $0,%r12 1834 adcq $0,%r12
1834 adcq $0,%r13 1835 adcq $0,%r13
1835 adcq $0,%r14 1836 adcq $0,%r14
1836 adcq $0,%r15 1837 adcq $0,%r15
1837 1838 » adcq» $0,%rax
1838
1839 » xorq» %rax,%rax
1840 1839
1841 negq %rsi 1840 negq %rsi
1842 .L8x_no_tail: 1841 .L8x_no_tail:
1843 adcq 0(%rdi),%r8 1842 adcq 0(%rdi),%r8
1844 adcq 8(%rdi),%r9 1843 adcq 8(%rdi),%r9
1845 adcq 16(%rdi),%r10 1844 adcq 16(%rdi),%r10
1846 adcq 24(%rdi),%r11 1845 adcq 24(%rdi),%r11
1847 adcq 32(%rdi),%r12 1846 adcq 32(%rdi),%r12
1848 adcq 40(%rdi),%r13 1847 adcq 40(%rdi),%r13
1849 adcq 48(%rdi),%r14 1848 adcq 48(%rdi),%r14
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 leaq (%r10),%rsp 2231 leaq (%r10),%rsp
2233 .byte 0xf3,0xc3 2232 .byte 0xf3,0xc3
2234 .LSEH_end_bn_gather5: 2233 .LSEH_end_bn_gather5:
2235 .size bn_gather5,.-bn_gather5 2234 .size bn_gather5,.-bn_gather5
2236 .align 64 2235 .align 64
2237 .Linc: 2236 .Linc:
2238 .long 0,0, 1,1 2237 .long 0,0, 1,1
2239 .long 2,2, 2,2 2238 .long 2,2, 2,2
2240 .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 2239 .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
2241 #endif 2240 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698