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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/bn/rsaz-avx2.asm

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 default rel
2 %define XMMWORD
3 %define YMMWORD
4 %define ZMMWORD
5 section .text code align=64
6
7
8 global rsaz_avx2_eligible
9
10 rsaz_avx2_eligible:
11 xor eax,eax
12 DB 0F3h,0C3h ;repret
13
14
15 global rsaz_1024_sqr_avx2
16 global rsaz_1024_mul_avx2
17 global rsaz_1024_norm2red_avx2
18 global rsaz_1024_red2norm_avx2
19 global rsaz_1024_scatter5_avx2
20 global rsaz_1024_gather5_avx2
21
22 rsaz_1024_sqr_avx2:
23 rsaz_1024_mul_avx2:
24 rsaz_1024_norm2red_avx2:
25 rsaz_1024_red2norm_avx2:
26 rsaz_1024_scatter5_avx2:
27 rsaz_1024_gather5_avx2:
28 DB 0x0f,0x0b
29 DB 0F3h,0C3h ;repret
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698