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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/bn/x86-mont.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(__i386__) 1 #if defined(__i386__)
2 .file "src/crypto/bn/asm/x86-mont.S" 2 .file "src/crypto/bn/asm/x86-mont.S"
3 .text 3 .text
4 .globl _bn_mul_mont 4 .globl _bn_mul_mont
5 .private_extern _bn_mul_mont
5 .align 4 6 .align 4
6 _bn_mul_mont: 7 _bn_mul_mont:
7 L_bn_mul_mont_begin: 8 L_bn_mul_mont_begin:
8 pushl %ebp 9 pushl %ebp
9 pushl %ebx 10 pushl %ebx
10 pushl %esi 11 pushl %esi
11 pushl %edi 12 pushl %edi
12 xorl %eax,%eax 13 xorl %eax,%eax
13 movl 40(%esp),%edi 14 movl 40(%esp),%edi
14 cmpl $4,%edi 15 cmpl $4,%edi
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 popl %esi 329 popl %esi
329 popl %ebx 330 popl %ebx
330 popl %ebp 331 popl %ebp
331 ret 332 ret
332 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105 333 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105
333 .byte 112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56 334 .byte 112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,56
334 .byte 54,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121 335 .byte 54,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
335 .byte 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46 336 .byte 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46
336 .byte 111,114,103,62,0 337 .byte 111,114,103,62,0
337 #endif 338 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/bn/co-586.S ('k') | third_party/boringssl/mac-x86/crypto/cpu-x86-asm.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698