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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/sha/sha512-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 sha512_block_data_order 6 .globl sha512_block_data_order
6 .hidden sha512_block_data_order 7 .hidden sha512_block_data_order
7 .type sha512_block_data_order,@function 8 .type sha512_block_data_order,@function
8 .align 16 9 .align 16
9 sha512_block_data_order: 10 sha512_block_data_order:
10 pushq %rbx 11 pushq %rbx
11 pushq %rbp 12 pushq %rbp
12 pushq %r12 13 pushq %r12
13 pushq %r13 14 pushq %r13
14 pushq %r14 15 pushq %r14
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c 1778 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
1778 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1779 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1779 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1780 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1780 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1781 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1781 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1782 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1782 1783
1783 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1784 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1784 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1785 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1785 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32 ,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,6 2,0 1786 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32 ,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,6 2,0
1786 #endif 1787 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698