Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(174)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
Issue
994823002
:
Roll BoringSSL 09bdb2a..bf0df92 (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll further
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
DEPS
third_party/boringssl/boringssl.gypi
third_party/boringssl/err_data.c
third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S
third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S
third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S
third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S
third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S
third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S
third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S
third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
third_party/boringssl/update_gypi_and_asm.py
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
('k') |
third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
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
Loading...
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
OLD
NEW
« no previous file with comments
|
« third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S
('k') |
third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S »
('j') |
no next file with comments »
Issue 994823002: Roll BoringSSL 09bdb2a..bf0df92 (Closed)
Created 5 years, 9 months ago by davidben
Modified 5 years, 9 months ago
Reviewers: agl
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0
This is Rietveld
408576698