OLD | NEW |
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 Loading... |
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 |
None
OLD | NEW |