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

Side by Side Diff: third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S

Issue 1608963004: Roll src/third_party/boringssl/src afe57cb14..6c22f542f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn 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(__arm__) 1 #if defined(__arm__)
2 #include <openssl/arm_arch.h> 2 #include <openssl/arm_arch.h>
3 3
4 .syntax unified 4 .syntax unified
5 5
6 .text 6 .text
7 .code 32 7 .code 32
8 8
9 #ifdef __clang__ 9 #ifdef __clang__
10 #define ldrplb ldrbpl 10 #define ldrplb ldrbpl
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 sub r0,#16 528 sub r0,#16
529 vst1.64 d1,[r0]! @ write out Xi 529 vst1.64 d1,[r0]! @ write out Xi
530 vst1.64 d0,[r0] 530 vst1.64 d0,[r0]
531 531
532 bx lr @ bx lr 532 bx lr @ bx lr
533 .size gcm_ghash_neon,.-gcm_ghash_neon 533 .size gcm_ghash_neon,.-gcm_ghash_neon
534 #endif 534 #endif
535 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,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,11 0,115,115,108,46,111,114,103,62,0 535 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,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,11 0,115,115,108,46,111,114,103,62,0
536 .align 2 536 .align 2
537 .align 2 537 .align 2
538 #endif 538 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S ('k') | third_party/boringssl/linux-arm/crypto/modes/ghashv8-armx32.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698