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

Side by Side Diff: third_party/boringssl/linux-aarch64/crypto/bn/armv8-mont.S

Issue 1608963004: Roll src/third_party/boringssl/src afe57cb14..6c22f542f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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(__aarch64__) 1 #if defined(__aarch64__)
2 .text 2 .text
3 3
4 .globl bn_mul_mont 4 .globl bn_mul_mont
5 .type bn_mul_mont,%function 5 .type bn_mul_mont,%function
6 .align 5 6 .align 5
7 bn_mul_mont: 7 bn_mul_mont:
8 tst x5,#7 8 tst x5,#7
9 b.eq __bn_sqr8x_mont 9 b.eq __bn_sqr8x_mont
10 tst x5,#3 10 tst x5,#3
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 mov x0,#1 1396 mov x0,#1
1397 ldp x23,x24,[x29,#48] 1397 ldp x23,x24,[x29,#48]
1398 ldp x25,x26,[x29,#64] 1398 ldp x25,x26,[x29,#64]
1399 ldp x27,x28,[x29,#80] 1399 ldp x27,x28,[x29,#80]
1400 ldr x29,[sp],#128 1400 ldr x29,[sp],#128
1401 ret 1401 ret
1402 .size __bn_mul4x_mont,.-__bn_mul4x_mont 1402 .size __bn_mul4x_mont,.-__bn_mul4x_mont
1403 .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,65,82,77,118,56,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,4 6,111,114,103,62,0 1403 .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,65,82,77,118,56,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,4 6,111,114,103,62,0
1404 .align 2 1404 .align 2
1405 .align 4 1405 .align 4
1406 #endif 1406 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698