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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/modes/ghash-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 EXTERN OPENSSL_ia32cap_P:NEAR 3 EXTERN OPENSSL_ia32cap_P:NEAR
4 4
5 PUBLIC gcm_gmult_4bit 5 PUBLIC gcm_gmult_4bit
6 6
7 ALIGN 16 7 ALIGN 16
8 gcm_gmult_4bit PROC PUBLIC 8 gcm_gmult_4bit PROC PUBLIC
9 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue 9 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
10 mov QWORD PTR[16+rsp],rsi 10 mov QWORD PTR[16+rsp],rsi
11 mov rax,rsp 11 mov rax,rsp
12 $L$SEH_begin_gcm_gmult_4bit:: 12 $L$SEH_begin_gcm_gmult_4bit::
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 DB 01fh,0b8h,005h,000h 1501 DB 01fh,0b8h,005h,000h
1502 DB 01ah,0a8h,004h,000h 1502 DB 01ah,0a8h,004h,000h
1503 DB 015h,098h,003h,000h 1503 DB 015h,098h,003h,000h
1504 DB 010h,088h,002h,000h 1504 DB 010h,088h,002h,000h
1505 DB 00ch,078h,001h,000h 1505 DB 00ch,078h,001h,000h
1506 DB 008h,068h,000h,000h 1506 DB 008h,068h,000h,000h
1507 DB 004h,001h,015h,000h 1507 DB 004h,001h,015h,000h
1508 1508
1509 .xdata ENDS 1509 .xdata ENDS
1510 END 1510 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698