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

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

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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 .type MULADD_128x512,@function 4 .type MULADD_128x512,@function
5 .align 16 5 .align 16
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 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 movq 0(%rsi),%r15 1766 movq 0(%rsi),%r15
1767 movq 8(%rsi),%r14 1767 movq 8(%rsi),%r14
1768 movq 16(%rsi),%r13 1768 movq 16(%rsi),%r13
1769 movq 24(%rsi),%r12 1769 movq 24(%rsi),%r12
1770 movq 32(%rsi),%rbx 1770 movq 32(%rsi),%rbx
1771 movq 40(%rsi),%rbp 1771 movq 40(%rsi),%rbp
1772 leaq 48(%rsi),%rsp 1772 leaq 48(%rsi),%rsp
1773 .Lepilogue: 1773 .Lepilogue:
1774 .byte 0xf3,0xc3 1774 .byte 0xf3,0xc3
1775 .size mod_exp_512, . - mod_exp_512 1775 .size mod_exp_512, . - mod_exp_512
1776 #endif 1776 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S ('k') | third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698