Searched refs:mpn_com (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dcom.c0 /* mpn_com - complement an mpn.
33 #undef mpn_com macro
34 #define mpn_com __MPN(com) macro
37 mpn_com (mp_ptr rp, mp_srcptr up, mp_size_t n) function
H A Dinvert.c59 mpn_com (xp + n, dp, n);
H A Dbrootinv.c151 mpn_com (tp + pbn, tp + pbn, bn - pbn);
H A Dinvertappr.c102 mpn_com (xp + n, dp, n);
265 mpn_com (xp + 2 * n - rn, xp + n - rn, rn);
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/750/
H A Dcom.asm1 dnl PowerPC 750 mpn_com -- mpn bitwise one's complement
41 C void mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
46 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dcom.asm1 dnl AMD K6-2 mpn_com -- mpn bitwise one's complement.
42 C void mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
52 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Dcom.asm1 dnl X86-64 mpn_com optimised for AMD bd1.
36 MULFUNC_PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dcom.asm1 dnl X86-64 mpn_com optimised for Intel Atom.
36 MULFUNC_PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bt2/
H A Dcom.asm1 dnl X86-64 mpn_com.
36 MULFUNC_PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dcom.asm1 dnl X86-64 mpn_com.
36 MULFUNC_PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen/
H A Dcom.asm1 dnl X86-64 mpn_com optimised for AMD Zen.
36 MULFUNC_PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dcom.asm1 dnl AMD64 mpn_com.
54 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/
H A Dcom.asm1 dnl ARM mpn_com.
46 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dcom.asm1 dnl ARM64 mpn_com.
45 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dcom.asm1 dnl AMD Athlon mpn_com -- mpn bitwise one's complement.
37 C void mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
65 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dcom.asm1 dnl Intel Pentium mpn_com -- mpn ones complement.
40 C void mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
58 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
H A Dcom.asm1 dnl ARM Neon mpn_com optimised for A15.
45 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/
H A Dcom.asm1 dnl PowerPC-64 mpn_com.
46 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Daorsmul_i.c60 If x has more limbs than w, then mpn_submul_1 followed by mpn_com is
155 mpn_com (wp, wp, new_wsize);
169 mpn_com (wp, wp, wsize);
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
H A Dcom.asm1 dnl ARM mpn_com optimised for A15.
62 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dlogic.c124 mpn_com (rp, ap, n);
H A Dt-instrument.c179 pre ("mpn_com");
180 mpn_com (wp, xp, size);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
H A Dcom.asm1 dnl AMD64 mpn_com optimised for CPUs with fast SSE.
78 PROLOGUE(mpn_com)
H A Dcom-palignr.asm1 dnl AMD64 mpn_com optimised for CPUs with fast SSE copying and SSSE3.
79 PROLOGUE(mpn_com)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dcom.asm1 dnl Alpha mpn_com -- mpn one's complement.
40 C mp_limb_t mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
74 PROLOGUE(mpn_com,gp)

Completed in 158 milliseconds

123