HomeSort by: relevance | last modified time | path
    Searched refs:mpn_sublsh2_n (Results 1 - 13 of 13) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct1/
sublsh2_n.asm 1 dnl SPARC v9 mpn_sublsh2_n for T1/T2.
37 define(func, mpn_sublsh2_n)
39 MULFUNC_PROLOGUE(mpn_sublsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
sublsh2_n.asm 1 dnl AMD64 mpn_sublsh2_n optimised for Core 2 and Core iN.
40 define(func, mpn_sublsh2_n)
42 MULFUNC_PROLOGUE(mpn_sublsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
aorslsh2_n.asm 1 dnl AMD64 mpn_addlsh2_n, mpn_sublsh2_n -- rp[] = up[] +- (vp[] << 2),
44 define(func, mpn_sublsh2_n)')
49 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
sublsh2_n.asm 1 dnl Intel Atom mpn_addlsh2_n/mpn_sublsh2_n -- rp[] = up[] +- (vp[] << 2).
48 define(M4_function, mpn_sublsh2_n)
55 MULFUNC_PROLOGUE(mpn_sublsh2_n mpn_sublsh2_nc mpn_sublsh2_n_ip1 mpn_sublsh2_nc_ip1)
  /src/external/lgpl3/gmp/dist/mpn/arm64/
aorsorrlsh2_n.asm 1 dnl ARM64 mpn_addlsh2_n, mpn_sublsh2_n, mpn_rsblsh2_n.
41 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/ia64/
aorsorrlsh2_n.asm 1 dnl IA-64 mpn_addlsh2_n, mpn_sublsh2_n, mpn_rsblsh2_n
46 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
aorsorrlsh2_n.asm 1 dnl PowerPC-64 mpn_addlsh2_n, mpn_sublsh2_n, mpn_rsblsh2_n.
41 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
aorsorrlsh2_n.asm 1 dnl PowerPC-64 mpn_addlsh2_n, mpn_sublsh2_n, mpn_rsblsh2_n.
41 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/alpha/
aorslsh2_n.asm 1 dnl Alpha mpn_addlsh2_n/mpn_sublsh2_n -- rp[] = up[] +- (vp[] << 2).
66 define(func, mpn_sublsh2_n)
69 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
aorsorrlsh2_n.asm 41 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_sublsh2_n mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 912 #define mpn_sublsh2_n(a,b,c,d) mpn_sublsh_n(a,b,c,d,2) macro
922 #define mpn_sublsh2_n_ip1(a,b,n) mpn_sublsh2_n(a,a,b,n)
1040 #ifndef mpn_sublsh2_n
1041 #define mpn_sublsh2_n __MPN(sublsh2_n) macro
1042 __GMP_DECLSPEC mp_limb_t mpn_sublsh2_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/dist/tune/
common.c 1113 SPEED_ROUTINE_MPN_BINARY_N (mpn_sublsh2_n);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1839 { TRY(mpn_sublsh2_n), TYPE_SUBLSH2_N },

Completed in 31 milliseconds