VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1f/crypto/genasm-nasm/rsaz-avx2.S@ 83531

Last change on this file since 83531 was 83531, checked in by vboxsync, 5 years ago

setting svn:sync-process=export for openssl-1.1.1f, all files except tests

File size: 527 bytes
Line 
1default rel
2%define XMMWORD
3%define YMMWORD
4%define ZMMWORD
5section .text code align=64
6
7
8global rsaz_avx2_eligible
9
10rsaz_avx2_eligible:
11 xor eax,eax
12 DB 0F3h,0C3h ;repret
13
14
15global rsaz_1024_sqr_avx2
16global rsaz_1024_mul_avx2
17global rsaz_1024_norm2red_avx2
18global rsaz_1024_red2norm_avx2
19global rsaz_1024_scatter5_avx2
20global rsaz_1024_gather5_avx2
21
22rsaz_1024_sqr_avx2:
23rsaz_1024_mul_avx2:
24rsaz_1024_norm2red_avx2:
25rsaz_1024_red2norm_avx2:
26rsaz_1024_scatter5_avx2:
27rsaz_1024_gather5_avx2:
28DB 0x0f,0x0b
29 DB 0F3h,0C3h ;repret
30
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette