| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| lshiftc.c | 0 /* mpn_lshiftc -- Shift left low level with complement. 44 mpn_lshiftc (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) function
|
| mul_fft.c | 224 cc = mpn_lshiftc (r + m, a, n - m, sh); 256 mpn_lshiftc (r, a + n - m, m + 1, sh);
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| lshiftc.asm | 1 dnl X86-64 mpn_lshiftc optimised for Intel Sandy Bridge. 36 MULFUNC_PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/k10/ |
| lshiftc.asm | 1 dnl X86-64 mpn_lshiftc optimised for AMD K10. 36 MULFUNC_PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/ |
| lshiftc.asm | 1 dnl X86-64 mpn_lshiftc optimised for Pentium 4. 36 MULFUNC_PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/ |
| lshiftc.asm | 1 dnl X86-64 mpn_lshiftc optimised for Intel Silvermont. 36 MULFUNC_PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/zen/ |
| lshiftc.asm | 1 dnl X86-64 mpn_lshiftc optimised for AMD Zen. 36 MULFUNC_PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86/atom/ |
| lshiftc.asm | 1 dnl Intel Atom mpn_lshiftc -- mpn left shift with complement. 35 C mp_limb_t mpn_lshiftc (mp_ptr dst, mp_srcptr src, mp_size_t size, 72 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/arm/ |
| lshiftc.asm | 1 dnl ARM mpn_lshiftc. 50 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/ |
| lshiftc.asm | 1 dnl AMD64 mpn_lshiftc -- mpn left shift with complement, optimised for Atom. 61 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/arm64/ |
| lshiftc.asm | 1 dnl ARM64 mpn_lshiftc. 60 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
| lshiftc.asm | 1 dnl PowerPC-32 mpn_lshiftc. 50 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/p6/ |
| lshiftc.asm | 1 dnl PowerPC-64 mpn_lshiftc -- rp[] = ~up[] << cnt 55 PROLOGUE(mpn_lshiftc,toc)
|
| /src/external/lgpl3/gmp/dist/mpn/s390_32/ |
| lshiftc.asm | 1 dnl S/390-32 mpn_lshiftc. 50 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| lshiftc.asm | 1 dnl SPARC v9 mpn_lshiftc 62 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/ |
| lshiftc.asm | 1 dnl SPARC v9 mpn_lshiftc 56 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| lshiftc.asm | 1 dnl x86-64 mpn_lshiftc optimised for Conroe/Penryn and Nehalem. 71 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/ |
| lshiftc.asm | 1 dnl AMD64 mpn_lshiftc optimised for CPUs with fast SSE. 72 PROLOGUE(mpn_lshiftc)
|
| lshiftc-movdqu2.asm | 1 dnl AMD64 mpn_lshiftc optimised for CPUs with fast SSE including fast movdqu. 69 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| lshiftc.asm | 1 dnl AMD64 mpn_lshiftc -- mpn left shift with complement. 56 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/arm/neon/ |
| lshiftc.asm | 1 dnl ARM Neon mpn_lshiftc. 74 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/ |
| lshiftc.asm | 1 dnl PowerPC-64 mpn_lshiftc -- rp[] = ~up[] << cnt 58 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| lshiftc.asm | 1 dnl S/390-64 mpn_lshiftc. 52 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/mpn/ia64/ |
| lshiftc.asm | 1 dnl IA-64 mpn_lshiftc. 64 define(`func',`mpn_lshiftc') 67 PROLOGUE(mpn_lshiftc)
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 1099 #ifndef mpn_lshiftc /* if not done with cpuvec in a fat binary */ 1100 #define mpn_lshiftc __MPN(lshiftc) macro 1101 __GMP_DECLSPEC mp_limb_t mpn_lshiftc (mp_ptr, mp_srcptr, mp_size_t, unsigned int);
|