Home
last modified time | relevance | path

Searched refs:mpn_mod_1_1p (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dmod_1_1-1.c35 #undef mpn_mod_1_1p
37 #define mpn_mod_1_1p mpn_mod_1_1p_1 macro
H A Dmod_1_1-2.c35 #undef mpn_mod_1_1p
37 #define mpn_mod_1_1p mpn_mod_1_1p_2 macro
H A Dcommon.c759 SPEED_ROUTINE_MPN_MOD_1_1 (mpn_mod_1_1p,mpn_mod_1_1p_cps); in speed_mpn_mod_1_1()
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1.c79 #undef mpn_mod_1_1p
80 #define mpn_mod_1_1p(ap, n, b, pre) \ macro
252 return mpn_mod_1_1p (ap, n, b, pre); in mpn_mod_1()
265 return mpn_mod_1_1p (ap, n, b << pre[1], pre); in mpn_mod_1()
H A Dmod_1_1.c190 mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t bmodb[4]) in mpn_mod_1_1p() function
264 mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t bmodb[4]) in mpn_mod_1_1p() function
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c210 return mpn_mod_1_1p (ap, n, b, pre); in mpn_mod_1()
223 return mpn_mod_1_1p (ap, n, b << pre[1], pre); in mpn_mod_1()
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmod_1_1.asm1 dnl AMD64 mpn_mod_1_1p
87 PROLOGUE(mpn_mod_1_1p)
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mod_1.c36 r = mpn_mod_1_1p (ap, n, b << pre[1], pre); in check_one()
/netbsd/external/lgpl3/gmp/dist/mpn/arm/v5/
H A Dmod_1_1.asm1 dnl ARM mpn_mod_1_1p
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmod_1_1.asm1 dnl x86-32 mpn_mod_1_1p, requiring cmov.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_1.asm1 dnl x86-32 mpn_mod_1_1p for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dmod_1_1.asm1 dnl PowerPC-64 mpn_mod_1_1p
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1234 #ifndef mpn_mod_1_1p /* if not done with cpuvec in a fat binary */
1235 #define mpn_mod_1_1p __MPN(mod_1_1p) macro
1236 __GMP_DECLSPEC mp_limb_t mpn_mod_1_1p (mp_srcptr, mp_size_t, mp_limb_t, const mp_limb_t [4]) __GMP_…
H A DChangeLog8384 mpn_mod_1_1p is native assembly code.
8386 * mpn/generic/mod_1.c (mpn_mod_1_1p) [TUNE_PROGRAM_BUILD]: Macro
8405 (mpn_mod_1_1p): Corresponding changes. Don't shift b.
8422 * mpn/generic/mod_1_1.c (mpn_mod_1_1p): Likewise.
8452 (mpn_mod_1_1p): Corresponding changes. Don't shift b.
8456 (mpn_mod_1_1p): Likewise.
8539 * mpn/x86/k7/mod_1_1.asm (mpn_mod_1_1p): Rewrite using the same
8548 * mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p): Shaved off one
8563 * mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p): Rewrite.
10477 mpn_mod_1_1p, mpn_mod_1s_2p, mpn_mod_1s_3p, mpn_mod_1s_4p.
[all …]