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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .p2align 4 5 .p2align 4
6 MULADD_128x512: 6 MULADD_128x512:
7 movq 0(%rsi),%rax 7 movq 0(%rsi),%rax
8 mulq %rbp 8 mulq %rbp
9 addq %rax,%r8 9 addq %rax,%r8
10 adcq $0,%rdx 10 adcq $0,%rdx
(...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 1457
1458 movq %rdi,624(%rsp) 1458 movq %rdi,624(%rsp)
1459 movq %rsi,632(%rsp) 1459 movq %rsi,632(%rsp)
1460 movq %rbx,640(%rsp) 1460 movq %rbx,640(%rsp)
1461 1461
1462 jmp mont_reduce 1462 jmp mont_reduce
1463 1463
1464 1464
1465 1465
1466 .globl _mod_exp_512 1466 .globl _mod_exp_512
1467 .private_extern _mod_exp_512
1467 1468
1468 _mod_exp_512: 1469 _mod_exp_512:
1469 pushq %rbp 1470 pushq %rbp
1470 pushq %rbx 1471 pushq %rbx
1471 pushq %r12 1472 pushq %r12
1472 pushq %r13 1473 pushq %r13
1473 pushq %r14 1474 pushq %r14
1474 pushq %r15 1475 pushq %r15
1475 1476
1476 1477
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 movq 8(%rsi),%r14 1767 movq 8(%rsi),%r14
1767 movq 16(%rsi),%r13 1768 movq 16(%rsi),%r13
1768 movq 24(%rsi),%r12 1769 movq 24(%rsi),%r12
1769 movq 32(%rsi),%rbx 1770 movq 32(%rsi),%rbx
1770 movq 40(%rsi),%rbp 1771 movq 40(%rsi),%rbp
1771 leaq 48(%rsi),%rsp 1772 leaq 48(%rsi),%rsp
1772 L$epilogue: 1773 L$epilogue:
1773 .byte 0xf3,0xc3 1774 .byte 0xf3,0xc3
1774 1775
1775 #endif 1776 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698