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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.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 4
5 5
6 .globl _bn_mul_mont 6 .globl _bn_mul_mont
7 .private_extern _bn_mul_mont 7 .private_extern _bn_mul_mont
8 8
9 .p2align 4 9 .p2align 4
10 _bn_mul_mont: 10 _bn_mul_mont:
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 movq -32(%rsi),%r13 716 movq -32(%rsi),%r13
717 movq -24(%rsi),%r12 717 movq -24(%rsi),%r12
718 movq -16(%rsi),%rbp 718 movq -16(%rsi),%rbp
719 movq -8(%rsi),%rbx 719 movq -8(%rsi),%rbx
720 leaq (%rsi),%rsp 720 leaq (%rsi),%rsp
721 L$sqr8x_epilogue: 721 L$sqr8x_epilogue:
722 .byte 0xf3,0xc3 722 .byte 0xf3,0xc3
723 723
724 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105 ,99,97,116,105,111,110,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84 ,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,10 8,46,111,114,103,62,0 724 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105 ,99,97,116,105,111,110,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84 ,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,10 8,46,111,114,103,62,0
725 .p2align 4 725 .p2align 4
726 #endif 726 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698