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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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 .extern»OPENSSL_ia32cap_P
4 .hidden OPENSSL_ia32cap_P
4 .globl aesni_encrypt 5 .globl aesni_encrypt
5 .hidden aesni_encrypt 6 .hidden aesni_encrypt
6 .type aesni_encrypt,@function 7 .type aesni_encrypt,@function
7 .align 16 8 .align 16
8 aesni_encrypt: 9 aesni_encrypt:
9 movups (%rdi),%xmm2 10 movups (%rdi),%xmm2
10 movl 240(%rdx),%eax 11 movl 240(%rdx),%eax
11 movups (%rdx),%xmm0 12 movups (%rdx),%xmm0
12 movups 16(%rdx),%xmm1 13 movups 16(%rdx),%xmm1
13 leaq 32(%rdx),%rdx 14 leaq 32(%rdx),%rdx
(...skipping 3155 matching lines...) Expand 10 before | Expand all | Expand 10 after
3169 .Lincrement64: 3170 .Lincrement64:
3170 .long 1,0,0,0 3171 .long 1,0,0,0
3171 .Lxts_magic: 3172 .Lxts_magic:
3172 .long 0x87,0,1,0 3173 .long 0x87,0,1,0
3173 .Lincrement1: 3174 .Lincrement1:
3174 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 3175 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
3175 3176
3176 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,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 ,110,115,115,108,46,111,114,103,62,0 3177 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,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 ,110,115,115,108,46,111,114,103,62,0
3177 .align 64 3178 .align 64
3178 #endif 3179 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698