Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S

Issue 2869243005: Roll src/third_party/boringssl/src ddfcc6a60..1e5cb820d (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #if defined(__x86_64__) && !defined(OPENSSL_NO_ASM) 1 #if defined(__x86_64__) && !defined(OPENSSL_NO_ASM)
2 .text 2 .text
3 .extern OPENSSL_ia32cap_P 3 .extern OPENSSL_ia32cap_P
4 .hidden OPENSSL_ia32cap_P 4 .hidden OPENSSL_ia32cap_P
5 5
6 6
7 .align 64 7 .align 64
8 .Lpoly: 8 .Lpoly:
9 .quad 0xffffffffffffffff, 0x00000000ffffffff, 0x0000000000000000, 0xffffffff00 000001 9 .quad 0xffffffffffffffff, 0x00000000ffffffff, 0x0000000000000000, 0xffffffff00 000001
10 10
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 addq $480+8,%rsp 1644 addq $480+8,%rsp
1645 popq %r15 1645 popq %r15
1646 popq %r14 1646 popq %r14
1647 popq %r13 1647 popq %r13
1648 popq %r12 1648 popq %r12
1649 popq %rbx 1649 popq %rbx
1650 popq %rbp 1650 popq %rbp
1651 .byte 0xf3,0xc3 1651 .byte 0xf3,0xc3
1652 .size ecp_nistz256_point_add_affine,.-ecp_nistz256_point_add_affine 1652 .size ecp_nistz256_point_add_affine,.-ecp_nistz256_point_add_affine
1653 #endif 1653 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698