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

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

Issue 2418113002: Revert "Roll src/third_party/boringssl/src 0d81373f9..1991af690" (https://codereview.chromium.org/2… (Closed)
Patch Set: 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
678 sub r8,-1 676 sub r8,-1
679 mov rax,r10 677 mov rax,r10
680 sbb r9,r12 678 sbb r9,r12
681 sbb r10,0 679 sbb r10,0
682 mov r11,rdx 680 mov r11,rdx
683 sbb rdx,r13 681 sbb rdx,r13
684 sbb r13,r13 682 sbb r13,r13
685 683
686 cmovnz r8,rcx 684 cmovnz r8,rcx
687 cmovnz r9,rsi 685 cmovnz r9,rsi
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 pop r15 1916 pop r15
1919 pop r14 1917 pop r14
1920 pop r13 1918 pop r13
1921 pop r12 1919 pop r12
1922 pop rbx 1920 pop rbx
1923 pop rbp 1921 pop rbp
1924 mov rdi,QWORD[8+rsp] ;WIN64 epilogue 1922 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1925 mov rsi,QWORD[16+rsp] 1923 mov rsi,QWORD[16+rsp]
1926 DB 0F3h,0C3h ;repret 1924 DB 0F3h,0C3h ;repret
1927 $L$SEH_end_ecp_nistz256_point_add_affine: 1925 $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