Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static SECP256K1_INLINE void | secp256k1_fe_mul_inner (uint64_t *r, const uint64_t *a, const uint64_t *SECP256K1_RESTRICT b) |
Changelog: More... | |
static SECP256K1_INLINE void | secp256k1_fe_sqr_inner (uint64_t *r, const uint64_t *a) |
|
static |
Changelog:
Registers: rdx:rax = multiplication accumulator r9:r8 = c r15:rcx = d r10-r14 = a0-a4 rbx = b rdi = r rsi = a / t?
Definition at line 17 of file field_5x52_asm_impl.h.
|
static |
Registers: rdx:rax = multiplication accumulator r9:r8 = c rcx:rbx = d r10-r14 = a0-a4 r15 = M (0xfffffffffffff) rdi = r rsi = a / t?
Definition at line 287 of file field_5x52_asm_impl.h.