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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 .globl _OPENSSL_ia32_cpuid 4 .globl _OPENSSL_ia32_cpuid
5 .private_extern _OPENSSL_ia32_cpuid 5 .private_extern _OPENSSL_ia32_cpuid
6 6
7 .p2align 4 7 .p2align 4
8 _OPENSSL_ia32_cpuid: 8 _OPENSSL_ia32_cpuid:
9 9
10 10
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 movl $4026525695,%eax 137 movl $4026525695,%eax
138 andl %eax,%r9d 138 andl %eax,%r9d
139 andl $4294967263,8(%rdi) 139 andl $4294967263,8(%rdi)
140 L$done: 140 L$done:
141 movl %r9d,4(%rdi) 141 movl %r9d,4(%rdi)
142 movl %r10d,0(%rdi) 142 movl %r10d,0(%rdi)
143 movq %r8,%rbx 143 movq %r8,%rbx
144 .byte 0xf3,0xc3 144 .byte 0xf3,0xc3
145 145
146 146
147 #endif 147 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S ('k') | third_party/boringssl/mac-x86_64/crypto/md5/md5-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698