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

Unified Diff: third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm

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
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm b/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
index e9335712cb7059b6a30f961866a7ac2413e06177..c183caca47d74fdd003267b071bca53a0802e899 100644
--- a/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
+++ b/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
@@ -37,8 +37,7 @@ $L$prologue::
mov cl,BYTE PTR[((-4))+rdi]
cmp DWORD PTR[256+rdi],-1
je $L$RC4_CHAR
- lea r8,QWORD PTR[OPENSSL_ia32cap_P]
- mov r8d,DWORD PTR[r8]
+ mov r8d,DWORD PTR[OPENSSL_ia32cap_P]
agl 2014/10/01 19:35:10 This is obviously not a no-op change on Windows. I
davidben 2014/10/01 19:43:50 Hrm. I'm guessing this is a result the GOTPCREL ch
agl 2014/10/01 20:17:37 Yes, this is a result of the GOT change. Actually
xor rbx,rbx
inc r10b
sub rbx,r10
@@ -557,8 +556,7 @@ $L$SEH_begin_asm_RC4_set_key::
xor r10,r10
xor r11,r11
- lea r8,QWORD PTR[OPENSSL_ia32cap_P]
- mov r8d,DWORD PTR[r8]
+ mov r8d,DWORD PTR[OPENSSL_ia32cap_P]
bt r8d,20
jc $L$c1stloop
jmp $L$w1stloop
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698