Last change
on this file since 100487 was 94096, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.1: Fix for gnu assemblers and recreate asm files, bugref:10128
|
File size:
883 bytes
|
Line | |
---|
1 | .text
|
---|
2 |
|
---|
3 | .globl rsaz_avx2_eligible
|
---|
4 | .type rsaz_avx2_eligible,@function
|
---|
5 | rsaz_avx2_eligible:
|
---|
6 | xorl %eax,%eax
|
---|
7 | .byte 0xf3,0xc3
|
---|
8 | .size rsaz_avx2_eligible,.-rsaz_avx2_eligible
|
---|
9 |
|
---|
10 | .globl rsaz_1024_sqr_avx2
|
---|
11 | .globl rsaz_1024_mul_avx2
|
---|
12 | .globl rsaz_1024_norm2red_avx2
|
---|
13 | .globl rsaz_1024_red2norm_avx2
|
---|
14 | .globl rsaz_1024_scatter5_avx2
|
---|
15 | .globl rsaz_1024_gather5_avx2
|
---|
16 | .type rsaz_1024_sqr_avx2,@function
|
---|
17 | rsaz_1024_sqr_avx2:
|
---|
18 | rsaz_1024_mul_avx2:
|
---|
19 | rsaz_1024_norm2red_avx2:
|
---|
20 | rsaz_1024_red2norm_avx2:
|
---|
21 | rsaz_1024_scatter5_avx2:
|
---|
22 | rsaz_1024_gather5_avx2:
|
---|
23 | .byte 0x0f,0x0b
|
---|
24 | .byte 0xf3,0xc3
|
---|
25 | .size rsaz_1024_sqr_avx2,.-rsaz_1024_sqr_avx2
|
---|
26 | .section ".note.gnu.property", "a"
|
---|
27 | .p2align 3
|
---|
28 | .long 1f - 0f
|
---|
29 | .long 4f - 1f
|
---|
30 | .long 5
|
---|
31 | 0:
|
---|
32 | # "GNU" encoded with .byte, since .asciz isn't supported
|
---|
33 | # on Solaris.
|
---|
34 | .byte 0x47
|
---|
35 | .byte 0x4e
|
---|
36 | .byte 0x55
|
---|
37 | .byte 0
|
---|
38 | 1:
|
---|
39 | .p2align 3
|
---|
40 | .long 0xc0000002
|
---|
41 | .long 3f - 2f
|
---|
42 | 2:
|
---|
43 | .long 3
|
---|
44 | 3:
|
---|
45 | .p2align 3
|
---|
46 | 4:
|
---|
Note:
See
TracBrowser
for help on using the repository browser.