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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.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 bn_mul_mont_gather5 7 .globl bn_mul_mont_gather5
7 .hidden bn_mul_mont_gather5 8 .hidden bn_mul_mont_gather5
8 .type bn_mul_mont_gather5,@function 9 .type bn_mul_mont_gather5,@function
9 .align 64 10 .align 64
10 bn_mul_mont_gather5: 11 bn_mul_mont_gather5:
11 testl $7,%r9d 12 testl $7,%r9d
12 jnz .Lmul_enter 13 jnz .Lmul_enter
13 jmp .Lmul4x_enter 14 jmp .Lmul4x_enter
14 15
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 jnz .Lgather 1814 jnz .Lgather
1814 .byte 0xf3,0xc3 1815 .byte 0xf3,0xc3
1815 .LSEH_end_bn_gather5: 1816 .LSEH_end_bn_gather5:
1816 .size bn_gather5,.-bn_gather5 1817 .size bn_gather5,.-bn_gather5
1817 .align 64 1818 .align 64
1818 .Lmagic_masks: 1819 .Lmagic_masks:
1819 .long 0,0, 0,0, 0,0, -1,-1 1820 .long 0,0, 0,0, 0,0, -1,-1
1820 .long 0,0, 0,0, 0,0, 0,0 1821 .long 0,0, 0,0, 0,0, 0,0
1821 .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,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97 ,116,104,101,114,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,108,46,1 11,114,103,62,0 1822 .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,119,105,116,104,32,115,99,97,116,116,101,114,47,103,97 ,116,104,101,114,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,108,46,1 11,114,103,62,0
1822 #endif 1823 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698