Add declarativeContent support for bookmarked state
[chromium-blink-merge.git] / third_party / boringssl / win-x86_64 / crypto / bn / rsaz-avx2.asm
blob45d0fd46320ef108a45d80fc94215951eb10fd2b
1 default rel
2 %define XMMWORD
3 %define YMMWORD
4 %define ZMMWORD
5 section .text code align=64
8 global rsaz_avx2_eligible
10 rsaz_avx2_eligible:
11 xor eax,eax
12 DB 0F3h,0C3h ;repret
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
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