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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .globl sha256_block_data_order 5 .globl sha256_block_data_order
6 .hidden sha256_block_data_order 6 .hidden sha256_block_data_order
7 .type sha256_block_data_order,@function 7 .type sha256_block_data_order,@function
8 .align 16 8 .align 16
9 sha256_block_data_order: 9 sha256_block_data_order:
10 leaq OPENSSL_ia32cap_P(%rip),%r11 10 leaq OPENSSL_ia32cap_P(%rip),%r11
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after
2833 movq (%rsi),%r15 2833 movq (%rsi),%r15
2834 movq 8(%rsi),%r14 2834 movq 8(%rsi),%r14
2835 movq 16(%rsi),%r13 2835 movq 16(%rsi),%r13
2836 movq 24(%rsi),%r12 2836 movq 24(%rsi),%r12
2837 movq 32(%rsi),%rbp 2837 movq 32(%rsi),%rbp
2838 movq 40(%rsi),%rbx 2838 movq 40(%rsi),%rbx
2839 leaq 48(%rsi),%rsp 2839 leaq 48(%rsi),%rsp
2840 .Lepilogue_ssse3: 2840 .Lepilogue_ssse3:
2841 .byte 0xf3,0xc3 2841 .byte 0xf3,0xc3
2842 .size sha256_block_data_order_ssse3,.-sha256_block_data_order_ssse3 2842 .size sha256_block_data_order_ssse3,.-sha256_block_data_order_ssse3
2843 #endif 2843 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698