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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/cpu-x86-asm.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 "crypto/cpu-x86-asm.S" 2 .file "crypto/cpu-x86-asm.S"
3 .text 3 .text
4 .globl _OPENSSL_ia32_cpuid 4 .globl _OPENSSL_ia32_cpuid
5 .align 4 5 .align 4
6 _OPENSSL_ia32_cpuid: 6 _OPENSSL_ia32_cpuid:
7 L_OPENSSL_ia32_cpuid_begin: 7 L_OPENSSL_ia32_cpuid_begin:
8 pushl %ebp 8 pushl %ebp
9 pushl %ebx 9 pushl %ebx
10 pushl %esi 10 pushl %esi
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 jc L023break 318 jc L023break
319 loop L022loop 319 loop L022loop
320 L023break: 320 L023break:
321 cmpl $0,%eax 321 cmpl $0,%eax
322 cmovel %ecx,%eax 322 cmovel %ecx,%eax
323 ret 323 ret
324 .section __IMPORT,__pointers,non_lazy_symbol_pointers 324 .section __IMPORT,__pointers,non_lazy_symbol_pointers
325 L_OPENSSL_ia32cap_P$non_lazy_ptr: 325 L_OPENSSL_ia32cap_P$non_lazy_ptr:
326 .indirect_symbol _OPENSSL_ia32cap_P 326 .indirect_symbol _OPENSSL_ia32cap_P
327 .long 0 327 .long 0
328 #endif 328 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/bn/x86-mont.S ('k') | third_party/boringssl/mac-x86/crypto/md5/md5-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698