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

Side by Side Diff: third_party/boringssl/mac-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 4
5 5
6 .globl _bn_mul_mont_gather5 6 .globl _bn_mul_mont_gather5
7 .private_extern _bn_mul_mont_gather5 7 .private_extern _bn_mul_mont_gather5
8 8
9 .p2align 6 9 .p2align 6
10 _bn_mul_mont_gather5: 10 _bn_mul_mont_gather5:
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 adcq 40(%rdi),%r13 1818 adcq 40(%rdi),%r13
1819 adcq 48(%rdi),%r14 1819 adcq 48(%rdi),%r14
1820 adcq 56(%rdi),%r15 1820 adcq 56(%rdi),%r15
1821 sbbq %rsi,%rsi 1821 sbbq %rsi,%rsi
1822 1822
1823 movl $8,%ecx 1823 movl $8,%ecx
1824 jmp L$8x_tail 1824 jmp L$8x_tail
1825 1825
1826 .p2align 5 1826 .p2align 5
1827 L$8x_tail_done: 1827 L$8x_tail_done:
1828 xorq %rax,%rax
1828 addq (%rdx),%r8 1829 addq (%rdx),%r8
1829 adcq $0,%r9 1830 adcq $0,%r9
1830 adcq $0,%r10 1831 adcq $0,%r10
1831 adcq $0,%r11 1832 adcq $0,%r11
1832 adcq $0,%r12 1833 adcq $0,%r12
1833 adcq $0,%r13 1834 adcq $0,%r13
1834 adcq $0,%r14 1835 adcq $0,%r14
1835 adcq $0,%r15 1836 adcq $0,%r15
1836 1837 » adcq» $0,%rax
1837
1838 » xorq» %rax,%rax
1839 1838
1840 negq %rsi 1839 negq %rsi
1841 L$8x_no_tail: 1840 L$8x_no_tail:
1842 adcq 0(%rdi),%r8 1841 adcq 0(%rdi),%r8
1843 adcq 8(%rdi),%r9 1842 adcq 8(%rdi),%r9
1844 adcq 16(%rdi),%r10 1843 adcq 16(%rdi),%r10
1845 adcq 24(%rdi),%r11 1844 adcq 24(%rdi),%r11
1846 adcq 32(%rdi),%r12 1845 adcq 32(%rdi),%r12
1847 adcq 40(%rdi),%r13 1846 adcq 40(%rdi),%r13
1848 adcq 48(%rdi),%r14 1847 adcq 48(%rdi),%r14
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 leaq (%r10),%rsp 2230 leaq (%r10),%rsp
2232 .byte 0xf3,0xc3 2231 .byte 0xf3,0xc3
2233 L$SEH_end_bn_gather5: 2232 L$SEH_end_bn_gather5:
2234 2233
2235 .p2align 6 2234 .p2align 6
2236 L$inc: 2235 L$inc:
2237 .long 0,0, 1,1 2236 .long 0,0, 1,1
2238 .long 2,2, 2,2 2237 .long 2,2, 2,2
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 2238 .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
2240 #endif 2239 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698