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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S

Issue 2354623003: Pull boringssl generated source from boringssl_gen (Closed)
Patch Set: . Created 4 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
(Empty)
1 #if defined(__x86_64__)
2 .text
3
4 .globl _rsaz_avx2_eligible
5 .private_extern _rsaz_avx2_eligible
6
7 _rsaz_avx2_eligible:
8 xorl %eax,%eax
9 .byte 0xf3,0xc3
10
11
12 .globl _rsaz_1024_sqr_avx2
13 .private_extern _rsaz_1024_sqr_avx2
14 .globl _rsaz_1024_mul_avx2
15 .private_extern _rsaz_1024_mul_avx2
16 .globl _rsaz_1024_norm2red_avx2
17 .private_extern _rsaz_1024_norm2red_avx2
18 .globl _rsaz_1024_red2norm_avx2
19 .private_extern _rsaz_1024_red2norm_avx2
20 .globl _rsaz_1024_scatter5_avx2
21 .private_extern _rsaz_1024_scatter5_avx2
22 .globl _rsaz_1024_gather5_avx2
23 .private_extern _rsaz_1024_gather5_avx2
24
25 _rsaz_1024_sqr_avx2:
26 _rsaz_1024_mul_avx2:
27 _rsaz_1024_norm2red_avx2:
28 _rsaz_1024_red2norm_avx2:
29 _rsaz_1024_scatter5_avx2:
30 _rsaz_1024_gather5_avx2:
31 .byte 0x0f,0x0b
32 .byte 0xf3,0xc3
33
34 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698