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

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

Issue 2869243005: Roll src/third_party/boringssl/src ddfcc6a60..1e5cb820d (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/ec/p256-x86_64-asm.asm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 pop r15 1761 pop r15
1762 pop r14 1762 pop r14
1763 pop r13 1763 pop r13
1764 pop r12 1764 pop r12
1765 pop rbx 1765 pop rbx
1766 pop rbp 1766 pop rbp
1767 mov rdi,QWORD[8+rsp] ;WIN64 epilogue 1767 mov rdi,QWORD[8+rsp] ;WIN64 epilogue
1768 mov rsi,QWORD[16+rsp] 1768 mov rsi,QWORD[16+rsp]
1769 DB 0F3h,0C3h ;repret 1769 DB 0F3h,0C3h ;repret
1770 $L$SEH_end_ecp_nistz256_point_add_affine: 1770 $L$SEH_end_ecp_nistz256_point_add_affine:
OLDNEW
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/ec/p256-x86_64-asm.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698