Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 #if defined(__arm__) | 1 #if defined(__arm__) |
| 2 #include <openssl/arm_arch.h> | 2 #if defined(__arm__) |
| 3 #include "arm_arch.h" | |
| 3 | 4 |
| 4 .syntax unified | 5 .syntax unified |
| 5 | 6 |
| 6 .text | 7 .text |
| 7 .code 32 | 8 .code 32 |
| 8 | 9 |
| 9 #ifdef __clang__ | 10 #ifdef __APPLE__ |
| 10 #define ldrplb ldrbpl | 11 #define ldrplb ldrbpl |
| 11 #define ldrneb ldrbne | 12 #define ldrneb ldrbne |
| 12 #endif | 13 #endif |
| 13 | 14 |
| 14 .type rem_4bit,%object | 15 .type rem_4bit,%object |
| 15 .align 5 | 16 .align 5 |
| 16 rem_4bit: | 17 rem_4bit: |
| 17 .short 0x0000,0x1C20,0x3840,0x2460 | 18 .short 0x0000,0x1C20,0x3840,0x2460 |
| 18 .short 0x7080,0x6CA0,0x48C0,0x54E0 | 19 .short 0x7080,0x6CA0,0x48C0,0x54E0 |
| 19 .short 0xE100,0xFD20,0xD940,0xC560 | 20 .short 0xE100,0xFD20,0xD940,0xC560 |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 528 sub r0,#16 | 529 sub r0,#16 |
| 529 vst1.64 d1,[r0]! @ write out Xi | 530 vst1.64 d1,[r0]! @ write out Xi |
| 530 vst1.64 d0,[r0] | 531 vst1.64 d0,[r0] |
| 531 | 532 |
| 532 bx lr @ bx lr | 533 bx lr @ bx lr |
| 533 .size gcm_ghash_neon,.-gcm_ghash_neon | 534 .size gcm_ghash_neon,.-gcm_ghash_neon |
| 534 #endif | 535 #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 | 536 .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 | 537 .align 2 |
| 537 .align 2 | 538 .align 2 |
| 539 | |
| 538 #endif | 540 #endif |
| 541 #endif | |
| OLD | NEW |