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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .globl _sha512_block_data_order 5 .globl _sha512_block_data_order
6 .private_extern _sha512_block_data_order
6 7
7 .p2align 4 8 .p2align 4
8 _sha512_block_data_order: 9 _sha512_block_data_order:
9 pushq %rbx 10 pushq %rbx
10 pushq %rbp 11 pushq %rbp
11 pushq %r12 12 pushq %r12
12 pushq %r13 13 pushq %r13
13 pushq %r14 14 pushq %r14
14 pushq %r15 15 pushq %r15
15 movq %rsp,%r11 16 movq %rsp,%r11
(...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c 1777 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
1777 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1778 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1778 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1779 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1779 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1780 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1780 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1781 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1781 1782
1782 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1783 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1783 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1784 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1784 .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 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
1785 #endif 1786 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698