Searched refs:__gmpn_cpuvec_init (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm118 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
120 dnl __gmpn_cpuvec_init will have stored the address of the selected
151 CALL( __gmpn_cpuvec_init)
160 CALL( __gmpn_cpuvec_init)
172 CALL( __gmpn_cpuvec_init)
H A Dfat.c219 vector. If another thread is still running __gmpn_cpuvec_init then we
225 __gmpn_cpuvec_init (void) function
229 TRACE (printf ("__gmpn_cpuvec_init:\n"));
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat_entry.asm124 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
126 dnl __gmpn_cpuvec_init will have stored the address of the selected
140 dnl We need to preserve parameter registers over the __gmpn_cpuvec_init call
171 CALL( __gmpn_cpuvec_init)
H A Dfat.c204 vector. If another thread is still running __gmpn_cpuvec_init then we
253 __gmpn_cpuvec_init (void) function
261 TRACE (printf ("__gmpn_cpuvec_init:\n"));
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4708 __GMP_DECLSPEC void __gmpn_cpuvec_init (void);
4710 /* Get a threshold "field" from __gmpn_cpuvec, running __gmpn_cpuvec_init()
4713 ((LIKELY (__gmpn_cpuvec_initialized) ? 0 : (__gmpn_cpuvec_init (), 0)), \

Completed in 166 milliseconds