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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/bn/co-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/co-586.S" 2 .file "src/crypto/bn/asm/co-586.S"
3 .text 3 .text
4 .globl bn_mul_comba8 4 .globl bn_mul_comba8
5 .type bn_mul_comba8,@function 5 .type bn_mul_comba8,@function
6 .align 16 6 .align 16
7 bn_mul_comba8: 7 bn_mul_comba8:
8 .L_bn_mul_comba8_begin: 8 .L_bn_mul_comba8_begin:
9 pushl %esi 9 pushl %esi
10 movl 12(%esp),%esi 10 movl 12(%esp),%esi
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 adcl $0,%ebp 1246 adcl $0,%ebp
1247 movl %ebx,24(%edi) 1247 movl %ebx,24(%edi)
1248 1248
1249 movl %ecx,28(%edi) 1249 movl %ecx,28(%edi)
1250 popl %ebx 1250 popl %ebx
1251 popl %ebp 1251 popl %ebp
1252 popl %edi 1252 popl %edi
1253 popl %esi 1253 popl %esi
1254 ret 1254 ret
1255 .size bn_sqr_comba4,.-.L_bn_sqr_comba4_begin 1255 .size bn_sqr_comba4,.-.L_bn_sqr_comba4_begin
1256 #endif 1256 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/bn/bn-586.S ('k') | third_party/boringssl/linux-x86/crypto/bn/x86-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698