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

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

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build, estark comments Created 5 years, 1 month 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 __APPLE__ 9 #ifdef __clang__
10 #define ldrplb ldrbpl 10 #define ldrplb ldrbpl
11 #define ldrneb ldrbne 11 #define ldrneb ldrbne
12 #endif 12 #endif
13 13
14 .type rem_4bit,%object 14 .type rem_4bit,%object
15 .align 5 15 .align 5
16 rem_4bit: 16 rem_4bit:
17 .short 0x0000,0x1C20,0x3840,0x2460 17 .short 0x0000,0x1C20,0x3840,0x2460
18 .short 0x7080,0x6CA0,0x48C0,0x54E0 18 .short 0x7080,0x6CA0,0x48C0,0x54E0
19 .short 0xE100,0xFD20,0xD940,0xC560 19 .short 0xE100,0xFD20,0xD940,0xC560
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/boringssl_unittest.cc ('k') | third_party/boringssl/linux-x86/crypto/sha/sha1-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698