Last change
on this file since 95221 was 95221, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.3: Recreated openssl assembler files, bugref:10128
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
431 bytes
|
Line | |
---|
1 | default rel
|
---|
2 | %define XMMWORD
|
---|
3 | %define YMMWORD
|
---|
4 | %define ZMMWORD
|
---|
5 | section .text code align=64
|
---|
6 |
|
---|
7 |
|
---|
8 | global ossl_rsaz_avx512ifma_eligible
|
---|
9 |
|
---|
10 | ossl_rsaz_avx512ifma_eligible:
|
---|
11 | xor eax,eax
|
---|
12 | DB 0F3h,0C3h ;repret
|
---|
13 |
|
---|
14 |
|
---|
15 | global ossl_rsaz_amm52x20_x1_256
|
---|
16 | global ossl_rsaz_amm52x20_x2_256
|
---|
17 | global ossl_extract_multiplier_2x20_win5
|
---|
18 |
|
---|
19 | ossl_rsaz_amm52x20_x1_256:
|
---|
20 | ossl_rsaz_amm52x20_x2_256:
|
---|
21 | ossl_extract_multiplier_2x20_win5:
|
---|
22 | DB 0x0f,0x0b
|
---|
23 | DB 0F3h,0C3h ;repret
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.