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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/fipsmodule/sha256-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 "sha512-586.S" 2 .file "sha512-586.S"
3 .text 3 .text
4 .globl sha256_block_data_order 4 .globl sha256_block_data_order
5 .hidden sha256_block_data_order 5 .hidden sha256_block_data_order
6 .type sha256_block_data_order,@function 6 .type sha256_block_data_order,@function
7 .align 16 7 .align 16
8 sha256_block_data_order: 8 sha256_block_data_order:
9 .L_sha256_block_data_order_begin: 9 .L_sha256_block_data_order_begin:
10 pushl %ebp 10 pushl %ebp
(...skipping 5541 matching lines...) Expand 10 before | Expand all | Expand 10 after
5552 jb .L012grand_avx 5552 jb .L012grand_avx
5553 movl 108(%esp),%esp 5553 movl 108(%esp),%esp
5554 vzeroall 5554 vzeroall
5555 popl %edi 5555 popl %edi
5556 popl %esi 5556 popl %esi
5557 popl %ebx 5557 popl %ebx
5558 popl %ebp 5558 popl %ebp
5559 ret 5559 ret
5560 .size sha256_block_data_order,.-.L_sha256_block_data_order_begin 5560 .size sha256_block_data_order,.-.L_sha256_block_data_order_begin
5561 #endif 5561 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698