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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.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 rsaz_512_sqr 6 .globl rsaz_512_sqr
7 .hidden rsaz_512_sqr 7 .hidden rsaz_512_sqr
8 .type rsaz_512_sqr,@function 8 .type rsaz_512_sqr,@function
9 .align 32 9 .align 32
10 rsaz_512_sqr: 10 rsaz_512_sqr:
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 movl 64(%rsi),%r8d 1116 movl 64(%rsi),%r8d
1117 leaq 128(%rsi),%rsi 1117 leaq 128(%rsi),%rsi
1118 shlq $32,%r8 1118 shlq $32,%r8
1119 orq %r8,%rax 1119 orq %r8,%rax
1120 movq %rax,(%rdi) 1120 movq %rax,(%rdi)
1121 leaq 8(%rdi),%rdi 1121 leaq 8(%rdi),%rdi
1122 decl %r9d 1122 decl %r9d
1123 jnz .Loop_gather 1123 jnz .Loop_gather
1124 .byte 0xf3,0xc3 1124 .byte 0xf3,0xc3
1125 .size rsaz_512_gather4,.-rsaz_512_gather4 1125 .size rsaz_512_gather4,.-rsaz_512_gather4
1126 #endif 1126 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S ('k') | third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698