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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/ec/p256-x86_64-asm.asm

Issue 2395323002: Roll src/third_party/boringssl/src 0d81373f9..1991af690 (Closed)
Patch Set: rebase, roll further Created 4 years, 2 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 default rel 1 default rel
2 %define XMMWORD 2 %define XMMWORD
3 %define YMMWORD 3 %define YMMWORD
4 %define ZMMWORD 4 %define ZMMWORD
5 section .text code align=64 5 section .text code align=64
6 6
7 EXTERN OPENSSL_ia32cap_P 7 EXTERN OPENSSL_ia32cap_P
8 8
9 9
10 ALIGN 64 10 ALIGN 64
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 mov r10,rdx 666 mov r10,rdx
667 mul r13 667 mul r13
668 shr rcx,32 668 shr rcx,32
669 add r8,r11 669 add r8,r11
670 adc r9,rcx 670 adc r9,rcx
671 mov rcx,r8 671 mov rcx,r8
672 adc r10,rax 672 adc r10,rax
673 mov rsi,r9 673 mov rsi,r9
674 adc rdx,0 674 adc rdx,0
675 675
676
677
676 sub r8,-1 678 sub r8,-1
677 mov rax,r10 679 mov rax,r10
678 sbb r9,r12 680 sbb r9,r12
679 sbb r10,0 681 sbb r10,0
680 mov r11,rdx 682 mov r11,rdx
681 sbb rdx,r13 683 sbb rdx,r13
682 sbb r13,r13 684 sbb r13,r13
683 685
684 cmovnz r8,rcx 686 cmovnz r8,rcx
685 cmovnz r9,rsi 687 cmovnz r9,rsi
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 pop r15 1918 pop r15
1917 pop r14 1919 pop r14
1918 pop r13 1920 pop r13
1919 pop r12 1921 pop r12
1920 pop rbx 1922 pop rbx
1921 pop rbp 1923 pop rbp
1922 mov rdi,QWORD[8+rsp] ;WIN64 epilogue 1924 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1923 mov rsi,QWORD[16+rsp] 1925 mov rsi,QWORD[16+rsp]
1924 DB 0F3h,0C3h ;repret 1926 DB 0F3h,0C3h ;repret
1925 $L$SEH_end_ecp_nistz256_point_add_affine: 1927 $L$SEH_end_ecp_nistz256_point_add_affine:
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/ec/p256-x86_64-asm.S ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698