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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/bn/rsaz-x86_64.asm

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 OPTION DOTNAME 1 OPTION DOTNAME
2 .text$» SEGMENT ALIGN(64) 'CODE' 2 .text$» SEGMENT ALIGN(256) 'CODE'
3 3
4 EXTERN OPENSSL_ia32cap_P:NEAR 4 EXTERN OPENSSL_ia32cap_P:NEAR
5 5
6 PUBLIC rsaz_512_sqr 6 PUBLIC rsaz_512_sqr
7 7
8 ALIGN 32 8 ALIGN 32
9 rsaz_512_sqr PROC PUBLIC 9 rsaz_512_sqr PROC PUBLIC
10 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue 10 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
11 mov QWORD PTR[16+rsp],rsi 11 mov QWORD PTR[16+rsp],rsi
12 mov rax,rsp 12 mov rax,rsp
(...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 DB 9,0,0,0 1317 DB 9,0,0,0
1318 DD imagerel se_handler 1318 DD imagerel se_handler
1319 DD imagerel $L$mul_scatter4_body,imagerel $L$mul_scatter4_epilogue 1319 DD imagerel $L$mul_scatter4_body,imagerel $L$mul_scatter4_epilogue
1320 $L$SEH_info_rsaz_512_mul_by_one:: 1320 $L$SEH_info_rsaz_512_mul_by_one::
1321 DB 9,0,0,0 1321 DB 9,0,0,0
1322 DD imagerel se_handler 1322 DD imagerel se_handler
1323 DD imagerel $L$mul_by_one_body,imagerel $L$mul_by_one_epilogue 1323 DD imagerel $L$mul_by_one_body,imagerel $L$mul_by_one_epilogue
1324 1324
1325 .xdata ENDS 1325 .xdata ENDS
1326 END 1326 END
OLDNEW
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/bn/rsaz-avx2.asm ('k') | third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698