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

Side by Side Diff: third_party/boringssl/mac-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 .align 4 5 .align 4
6 _bn_mul_comba8: 6 _bn_mul_comba8:
7 L_bn_mul_comba8_begin: 7 L_bn_mul_comba8_begin:
8 pushl %esi 8 pushl %esi
9 movl 12(%esp),%esi 9 movl 12(%esp),%esi
10 pushl %edi 10 pushl %edi
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 adcl %edx,%ecx 1238 adcl %edx,%ecx
1239 adcl $0,%ebp 1239 adcl $0,%ebp
1240 movl %ebx,24(%edi) 1240 movl %ebx,24(%edi)
1241 # saved r[6] 1241 # saved r[6]
1242 movl %ecx,28(%edi) 1242 movl %ecx,28(%edi)
1243 popl %ebx 1243 popl %ebx
1244 popl %ebp 1244 popl %ebp
1245 popl %edi 1245 popl %edi
1246 popl %esi 1246 popl %esi
1247 ret 1247 ret
1248 #endif 1248 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/bn/bn-586.S ('k') | third_party/boringssl/mac-x86/crypto/bn/x86-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698