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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/bn/modexp512-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 4
5 ALIGN 16 5 ALIGN 16
6 MULADD_128x512 PROC PRIVATE 6 MULADD_128x512 PROC PRIVATE
7 mov rax,QWORD PTR[rsi] 7 mov rax,QWORD PTR[rsi]
8 mul rbp 8 mul rbp
9 add r8,rax 9 add r8,rax
10 adc rdx,0 10 adc rdx,0
11 mov QWORD PTR[rcx],r8 11 mov QWORD PTR[rcx],r8
12 mov rbx,rdx 12 mov rbx,rdx
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 1878
1879 .pdata ENDS 1879 .pdata ENDS
1880 .xdata SEGMENT READONLY ALIGN(8) 1880 .xdata SEGMENT READONLY ALIGN(8)
1881 ALIGN 8 1881 ALIGN 8
1882 $L$SEH_info_mod_exp_512:: 1882 $L$SEH_info_mod_exp_512::
1883 DB 9,0,0,0 1883 DB 9,0,0,0
1884 DD imagerel mod_exp_512_se_handler 1884 DD imagerel mod_exp_512_se_handler
1885 1885
1886 .xdata ENDS 1886 .xdata ENDS
1887 END 1887 END
OLDNEW
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/aes/vpaes-x86_64.asm ('k') | third_party/boringssl/win-x86_64/crypto/bn/rsaz-avx2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698