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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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 .extern»OPENSSL_ia32cap_P
5 .hidden OPENSSL_ia32cap_P
5 6
6 .globl rsaz_512_sqr 7 .globl rsaz_512_sqr
7 .hidden rsaz_512_sqr 8 .hidden rsaz_512_sqr
8 .type rsaz_512_sqr,@function 9 .type rsaz_512_sqr,@function
9 .align 32 10 .align 32
10 rsaz_512_sqr: 11 rsaz_512_sqr:
11 pushq %rbx 12 pushq %rbx
12 pushq %rbp 13 pushq %rbp
13 pushq %r12 14 pushq %r12
14 pushq %r13 15 pushq %r13
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 leaq 128(%rsi),%rsi 1118 leaq 128(%rsi),%rsi
1118 shlq $32,%r8 1119 shlq $32,%r8
1119 orq %r8,%rax 1120 orq %r8,%rax
1120 movq %rax,(%rdi) 1121 movq %rax,(%rdi)
1121 leaq 8(%rdi),%rdi 1122 leaq 8(%rdi),%rdi
1122 decl %r9d 1123 decl %r9d
1123 jnz .Loop_gather 1124 jnz .Loop_gather
1124 .byte 0xf3,0xc3 1125 .byte 0xf3,0xc3
1125 .size rsaz_512_gather4,.-rsaz_512_gather4 1126 .size rsaz_512_gather4,.-rsaz_512_gather4
1126 #endif 1127 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698