OLD | NEW |
1 default rel | 1 default rel |
2 %define XMMWORD | 2 %define XMMWORD |
3 %define YMMWORD | 3 %define YMMWORD |
4 %define ZMMWORD | 4 %define ZMMWORD |
5 section .text code align=64 | 5 section .text code align=64 |
6 | 6 |
7 EXTERN OPENSSL_ia32cap_P | 7 EXTERN OPENSSL_ia32cap_P |
8 | 8 |
9 | 9 |
10 ALIGN 64 | 10 ALIGN 64 |
(...skipping 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1761 pop r15 | 1761 pop r15 |
1762 pop r14 | 1762 pop r14 |
1763 pop r13 | 1763 pop r13 |
1764 pop r12 | 1764 pop r12 |
1765 pop rbx | 1765 pop rbx |
1766 pop rbp | 1766 pop rbp |
1767 mov rdi,QWORD[8+rsp] ;WIN64 epilogue | 1767 mov rdi,QWORD[8+rsp] ;WIN64 epilogue |
1768 mov rsi,QWORD[16+rsp] | 1768 mov rsi,QWORD[16+rsp] |
1769 DB 0F3h,0C3h ;repret | 1769 DB 0F3h,0C3h ;repret |
1770 $L$SEH_end_ecp_nistz256_point_add_affine: | 1770 $L$SEH_end_ecp_nistz256_point_add_affine: |
OLD | NEW |