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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 5
6 6
7 .type _bsaes_encrypt8,@function 7 .type _bsaes_encrypt8,@function
8 .align 64 8 .align 64
9 _bsaes_encrypt8: 9 _bsaes_encrypt8:
10 leaq .LBS0(%rip),%r11 10 leaq .LBS0(%rip),%r11
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 .quad 0x0202020202020202, 0x0202020202020202 2494 .quad 0x0202020202020202, 0x0202020202020202
2495 .quad 0x0404040404040404, 0x0404040404040404 2495 .quad 0x0404040404040404, 0x0404040404040404
2496 .quad 0x0808080808080808, 0x0808080808080808 2496 .quad 0x0808080808080808, 0x0808080808080808
2497 .LM0: 2497 .LM0:
2498 .quad 0x02060a0e03070b0f, 0x0004080c0105090d 2498 .quad 0x02060a0e03070b0f, 0x0004080c0105090d
2499 .L63: 2499 .L63:
2500 .quad 0x6363636363636363, 0x6363636363636363 2500 .quad 0x6363636363636363, 0x6363636363636363
2501 .byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,5 6,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,11 2,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,1 21,32,80,111,108,121,97,107,111,118,0 2501 .byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,5 6,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,11 2,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,1 21,32,80,111,108,121,97,107,111,118,0
2502 .align 64 2502 .align 64
2503 .size _bsaes_const,.-_bsaes_const 2503 .size _bsaes_const,.-_bsaes_const
2504 #endif 2504 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698