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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/cpu-x86-asm.S

Issue 404613002: Fix BoringSSL build and tests on OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 .type OPENSSL_ia32_cpuid,@function 5 .type OPENSSL_ia32_cpuid,@function
6 .align 16 6 .align 16
7 OPENSSL_ia32_cpuid: 7 OPENSSL_ia32_cpuid:
8 .L_OPENSSL_ia32_cpuid_begin: 8 .L_OPENSSL_ia32_cpuid_begin:
9 pushl %ebp 9 pushl %ebp
10 pushl %ebx 10 pushl %ebx
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 .L019loop: 324 .L019loop:
325 .byte 15,199,240 325 .byte 15,199,240
326 jc .L020break 326 jc .L020break
327 loop .L019loop 327 loop .L019loop
328 .L020break: 328 .L020break:
329 cmpl $0,%eax 329 cmpl $0,%eax
330 cmovel %ecx,%eax 330 cmovel %ecx,%eax
331 ret 331 ret
332 .size OPENSSL_ia32_rdrand,.-.L_OPENSSL_ia32_rdrand_begin 332 .size OPENSSL_ia32_rdrand,.-.L_OPENSSL_ia32_rdrand_begin
333 .hidden OPENSSL_ia32cap_P 333 .hidden OPENSSL_ia32cap_P
334 #endif 334 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/bn/x86-mont.S ('k') | third_party/boringssl/linux-x86/crypto/md5/md5-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698