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

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

Issue 454543002: BoringSSL: roll DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update GYP files in light of GYP switch around. Created 6 years, 4 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/bn/x86_64-mont5.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
index f11a083162102b106a9a92a649626f40651745f5..15e3d5a6c21ef6ebc1ed3e7326b1b988f1b3806c 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S
@@ -1755,21 +1755,6 @@ L$from_mont_zero:
L$from_epilogue:
.byte 0xf3,0xc3
-.globl _bn_get_bits5
-.private_extern _bn_get_bits5
-
-.p2align 4
-_bn_get_bits5:
- movq %rdi,%r10
- movl %esi,%ecx
- shrl $3,%esi
- movzwl (%r10,%rsi,1),%eax
- andl $7,%ecx
- shrl %cl,%eax
- andl $31,%eax
- .byte 0xf3,0xc3
-
-
.globl _bn_scatter5
.private_extern _bn_scatter5

Powered by Google App Engine
This is Rietveld 408576698