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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/aes/vpaes-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 7
8 8
9 9
10 10
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 .quad 0xC19498A6CD596700, 0xF3FF0C3E3255AA6B 824 .quad 0xC19498A6CD596700, 0xF3FF0C3E3255AA6B
825 L$k_dsbe: 825 L$k_dsbe:
826 .quad 0x46F2929626D4D000, 0x2242600464B4F6B0 826 .quad 0x46F2929626D4D000, 0x2242600464B4F6B0
827 .quad 0x0C55A6CDFFAAC100, 0x9467F36B98593E32 827 .quad 0x0C55A6CDFFAAC100, 0x9467F36B98593E32
828 L$k_dsbo: 828 L$k_dsbo:
829 .quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D 829 .quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
830 .quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C 830 .quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C
831 .byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65 ,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,1 01,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105 ,118,101,114,115,105,116,121,41,0 831 .byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65 ,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,1 01,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105 ,118,101,114,115,105,116,121,41,0
832 .p2align 6 832 .p2align 6
833 833
834 #endif 834 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698