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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S

Issue 618363002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
index d83d838bf9003866aa7c744320f7c7aa5cb0489a..44147ffd0343a51962468a4d4c7c32a10688836b 100644
--- a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
@@ -26,8 +26,7 @@ L$prologue:
movb -4(%rdi),%cl
cmpl $-1,256(%rdi)
je L$RC4_CHAR
- movq _OPENSSL_ia32cap_P@GOTPCREL(%rip),%r8
- movl (%r8),%r8d
+ movl _OPENSSL_ia32cap_P(%rip),%r8d
xorq %rbx,%rbx
incb %r10b
subq %r10,%rbx
@@ -535,8 +534,7 @@ _asm_RC4_set_key:
xorq %r10,%r10
xorq %r11,%r11
- movq _OPENSSL_ia32cap_P@GOTPCREL(%rip),%r8
- movl (%r8),%r8d
+ movl _OPENSSL_ia32cap_P(%rip),%r8d
btl $20,%r8d
jc L$c1stloop
jmp L$w1stloop

Powered by Google App Engine
This is Rietveld 408576698