nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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