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

Side by Side Diff: third_party/boringssl/linux-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 .type bn_mul_add_words,@function 5 .type bn_mul_add_words,@function
6 .align 16 6 .align 16
7 bn_mul_add_words: 7 bn_mul_add_words:
8 .L_bn_mul_add_words_begin: 8 .L_bn_mul_add_words_begin:
9 pushl %ebp 9 pushl %ebp
10 pushl %ebx 10 pushl %ebx
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 .L040pw_tail_nc6: 1376 .L040pw_tail_nc6:
1377 .L042pw_nc_end: 1377 .L042pw_nc_end:
1378 movl $0,%eax 1378 movl $0,%eax
1379 .L020pw_end: 1379 .L020pw_end:
1380 popl %edi 1380 popl %edi
1381 popl %esi 1381 popl %esi
1382 popl %ebx 1382 popl %ebx
1383 popl %ebp 1383 popl %ebp
1384 ret 1384 ret
1385 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin 1385 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
1386 #endif 1386 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/aes/vpaes-x86.S ('k') | third_party/boringssl/linux-x86/crypto/bn/co-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698