Searched refs:mpn_hamdist (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/
H A Dhamdist.c1 /* Cray mpn_hamdist -- hamming distance count.
35 mpn_hamdist (mp_srcptr p1, mp_srcptr p2, mp_size_t n) function
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dhamdist.c59 count = mpn_hamdist (up, vp, vsize);
152 count += mpn_hamdist (up, vp, step);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
H A Dpopham.asm1 dnl Intel Pentium-II mpn_popcount, mpn_hamdist -- population count and
38 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dhamdist.asm1 dnl Intel P55 mpn_hamdist -- mpn hamming distance.
39 MULFUNC_PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/mmx/
H A Dhamdist.asm1 dnl Intel Atom mpn_hamdist -- hamming distance.
33 MULFUNC_PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/p3mmx/
H A Dpopham.asm1 dnl Intel Pentium-III mpn_popcount, mpn_hamdist -- population count and
41 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen/
H A Dhamdist.asm1 dnl AMD64 mpn_hamdist -- hamming distance.
37 MULFUNC_PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
H A Dhamdist.asm1 dnl x86-64 mpn_hamdist.
37 MULFUNC_PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dpopham.asm1 dnl AMD K7 mpn_popcount, mpn_hamdist -- population count and hamming
42 C unsigned long mpn_hamdist (mp_srcptr src, mp_srcptr src2, mp_size_t size);
70 define(M4_function,mpn_hamdist)
78 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dpopham.asm1 dnl AMD K6-2 mpn_popcount, mpn_hamdist -- mpn bit population count and
41 C unsigned long mpn_hamdist (mp_srcptr src, mp_srcptr src2, mp_size_t size);
64 define(M4_function,mpn_hamdist)
72 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
H A Dpopham.asm1 dnl Intel Pentium 4 mpn_popcount, mpn_hamdist -- population count and
45 C unsigned long mpn_hamdist (mp_srcptr src, mp_srcptr src2, mp_size_t size);
72 define(M4_function,mpn_hamdist)
80 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Dhamdist.asm1 dnl SPARC v9 mpn_hamdist for T3/T4.
48 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v6/
H A Dpopham.asm1 dnl ARM mpn_popcount and mpn_hamdist.
67 define(`func',`mpn_hamdist')
84 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dhamdist.asm1 dnl Alpha ev67 mpn_hamdist -- mpn hamming distance.
37 C unsigned long mpn_hamdist (mp_srcptr xp, mp_srcptr yp, mp_size_t size);
49 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dhamdist.asm1 dnl Intel P5 mpn_hamdist -- mpn hamming distance.
37 C unsigned long mpn_hamdist (mp_srcptr src1, mp_srcptr src2, mp_size_t size);
59 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dpopham.asm1 dnl AMD64 mpn_popcount, mpn_hamdist -- population count and hamming distance.
62 define(`func',`mpn_hamdist')
75 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dpopham.c1 /* mpn_popcount, mpn_hamdist -- mpn bit population count/hamming distance.
40 #define FNAME mpn_hamdist
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k10/
H A Dhamdist.asm1 dnl AMD64 mpn_hamdist -- hamming distance.
64 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/p7/
H A Dhamdist.asm1 dnl PowerPC-64 mpn_hamdist.
45 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Dhamdist.asm1 dnl AMD64 SSSE3/XOP mpn_hamdist -- hamming distance.
64 MULFUNC_PROLOGUE(mpn_hamdist)
78 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/neon/
H A Dhamdist.asm1 dnl ARM Neon mpn_hamdist -- mpn bit hamming distance.
64 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
H A Dhamdist.asm1 dnl AMD64 mpn_hamdist -- hamming distance.
78 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dhamdist.asm1 dnl ARM64 Neon mpn_hamdist -- mpn bit hamming distance.
62 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dhamdist.asm1 dnl AMD64 SSSE3 mpn_hamdist -- hamming distance.
69 PROLOGUE(mpn_hamdist)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c219 pre ("mpn_hamdist");
220 notdead += mpn_hamdist (xp, yp, size);

Completed in 573 milliseconds

123