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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/bn/bn-586.S

Issue 401153002: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across DEPS change Created 6 years, 5 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(__i386__) 1 #if defined(__i386__)
2 .file "src/crypto/bn/asm/bn-586.S" 2 .file "src/crypto/bn/asm/bn-586.S"
3 .text 3 .text
4 .globl _bn_mul_add_words 4 .globl _bn_mul_add_words
5 .align 4 5 .align 4
6 _bn_mul_add_words: 6 _bn_mul_add_words:
7 L_bn_mul_add_words_begin: 7 L_bn_mul_add_words_begin:
8 pushl %ebp 8 pushl %ebp
9 pushl %ebx 9 pushl %ebx
10 pushl %esi 10 pushl %esi
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 movl %ecx,24(%ebx) 1362 movl %ecx,24(%ebx)
1363 L040pw_tail_nc6: 1363 L040pw_tail_nc6:
1364 L042pw_nc_end: 1364 L042pw_nc_end:
1365 movl $0,%eax 1365 movl $0,%eax
1366 L020pw_end: 1366 L020pw_end:
1367 popl %edi 1367 popl %edi
1368 popl %esi 1368 popl %esi
1369 popl %ebx 1369 popl %ebx
1370 popl %ebp 1370 popl %ebp
1371 ret 1371 ret
1372 #endif 1372 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/aes/vpaes-x86.S ('k') | third_party/boringssl/mac-x86/crypto/bn/co-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698