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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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 .extern»OPENSSL_ia32cap_P
5 .hidden OPENSSL_ia32cap_P
5 .globl sha256_block_data_order 6 .globl sha256_block_data_order
6 .hidden sha256_block_data_order 7 .hidden sha256_block_data_order
7 .type sha256_block_data_order,@function 8 .type sha256_block_data_order,@function
8 .align 16 9 .align 16
9 sha256_block_data_order: 10 sha256_block_data_order:
10 leaq OPENSSL_ia32cap_P(%rip),%r11 11 leaq OPENSSL_ia32cap_P(%rip),%r11
11 movl 0(%r11),%r9d 12 movl 0(%r11),%r9d
12 movl 4(%r11),%r10d 13 movl 4(%r11),%r10d
13 movl 8(%r11),%r11d 14 movl 8(%r11),%r11d
14 testl $512,%r10d 15 testl $512,%r10d
(...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 movq 8(%rsi),%r14 2835 movq 8(%rsi),%r14
2835 movq 16(%rsi),%r13 2836 movq 16(%rsi),%r13
2836 movq 24(%rsi),%r12 2837 movq 24(%rsi),%r12
2837 movq 32(%rsi),%rbp 2838 movq 32(%rsi),%rbp
2838 movq 40(%rsi),%rbx 2839 movq 40(%rsi),%rbx
2839 leaq 48(%rsi),%rsp 2840 leaq 48(%rsi),%rsp
2840 .Lepilogue_ssse3: 2841 .Lepilogue_ssse3:
2841 .byte 0xf3,0xc3 2842 .byte 0xf3,0xc3
2842 .size sha256_block_data_order_ssse3,.-sha256_block_data_order_ssse3 2843 .size sha256_block_data_order_ssse3,.-sha256_block_data_order_ssse3
2843 #endif 2844 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698