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

Side by Side Diff: third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « testing/test_env.py ('k') | third_party/boringssl/linux-arm/crypto/sha/sha1-armv4-large.S » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 #include "arm_arch.h" 1 #include "arm_arch.h"
2 2
3 .text 3 .text
4 .code 32 4 .code 32
5 5
6 #if __ARM_ARCH__>=7 6 #if __ARM_ARCH__>=7
7 .align 5 7 .align 5
8 .LOPENSSL_armcap: 8 .LOPENSSL_armcap:
9 .word OPENSSL_armcap_P-bn_mul_mont 9 .word OPENSSL_armcap_P-bn_mul_mont
10 #endif 10 #endif
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 movcc r11,r7 562 movcc r11,r7
563 teq r1,r2 @ preserves carry 563 teq r1,r2 @ preserves carry
564 stmia r0!, {r8-r11} 564 stmia r0!, {r8-r11}
565 bne .LNEON_copy_n_zap 565 bne .LNEON_copy_n_zap
566 566
567 sub sp,ip,#96 567 sub sp,ip,#96
568 vldmia sp!,{d8-d15} 568 vldmia sp!,{d8-d15}
569 ldmia sp!,{r4-r11} 569 ldmia sp!,{r4-r11}
570 .word 0xe12fff1e 570 .word 0xe12fff1e
571 .size bn_mul8x_mont_neon,.-bn_mul8x_mont_neon 571 .size bn_mul8x_mont_neon,.-bn_mul8x_mont_neon

error: old chunk mismatch

OLDNEW
« no previous file with comments | « testing/test_env.py ('k') | third_party/boringssl/linux-arm/crypto/sha/sha1-armv4-large.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698