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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/fipsmodule/md5-586.S

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 #if defined(__i386__) 1 #if defined(__i386__)
2 .file» "src/crypto/md5/asm/md5-586.S" 2 .file» "src/crypto/fipsmodule/md5/asm/md5-586.S"
3 .text 3 .text
4 .globl md5_block_asm_data_order 4 .globl md5_block_asm_data_order
5 .hidden md5_block_asm_data_order 5 .hidden md5_block_asm_data_order
6 .type md5_block_asm_data_order,@function 6 .type md5_block_asm_data_order,@function
7 .align 16 7 .align 16
8 md5_block_asm_data_order: 8 md5_block_asm_data_order:
9 .L_md5_block_asm_data_order_begin: 9 .L_md5_block_asm_data_order_begin:
10 pushl %esi 10 pushl %esi
11 pushl %edi 11 pushl %edi
12 movl 12(%esp),%edi 12 movl 12(%esp),%edi
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 cmpl %esi,%edi 673 cmpl %esi,%edi
674 jae .L000start 674 jae .L000start
675 popl %eax 675 popl %eax
676 popl %ebx 676 popl %ebx
677 popl %ebp 677 popl %ebp
678 popl %edi 678 popl %edi
679 popl %esi 679 popl %esi
680 ret 680 ret
681 .size md5_block_asm_data_order,.-.L_md5_block_asm_data_order_begin 681 .size md5_block_asm_data_order,.-.L_md5_block_asm_data_order_begin
682 #endif 682 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698