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

Side by Side Diff: third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm

Issue 2811393005: Roll src/third_party/boringssl/src c8ff30cbe..bc6a76b0e (Closed)
Patch Set: Created 3 years, 8 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 %ifidn __OUTPUT_FORMAT__,obj 1 %ifidn __OUTPUT_FORMAT__,obj
2 section code use32 class=code align=64 2 section code use32 class=code align=64
3 %elifidn __OUTPUT_FORMAT__,win32 3 %elifidn __OUTPUT_FORMAT__,win32
4 %ifdef __YASM_VERSION_ID__ 4 %ifdef __YASM_VERSION_ID__
5 %if __YASM_VERSION_ID__ < 01010000h 5 %if __YASM_VERSION_ID__ < 01010000h
6 %error yasm version 1.1.0 or later needed. 6 %error yasm version 1.1.0 or later needed.
7 %endif 7 %endif
8 ; Yasm automatically includes .00 and complains about redefining it. 8 ; Yasm automatically includes .00 and complains about redefining it.
9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html 9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html
10 %else 10 %else
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 mov DWORD [8+ebp],ecx 682 mov DWORD [8+ebp],ecx
683 mov DWORD [12+ebp],edx 683 mov DWORD [12+ebp],edx
684 cmp edi,esi 684 cmp edi,esi
685 jae NEAR L$000start 685 jae NEAR L$000start
686 pop eax 686 pop eax
687 pop ebx 687 pop ebx
688 pop ebp 688 pop ebp
689 pop edi 689 pop edi
690 pop esi 690 pop esi
691 ret 691 ret
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698