Home
last modified time | relevance | path

Searched refs:STCK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtime.c265 #define STCK(timestamp) \ macro
273 #define STCK(timestamp) ASSERT_FAIL (stck instruction not available) macro
1293 STCK (start_stck); in speed_starttime()
1437 if (have_stck && use_stck) STCK (end_stck); in speed_endtime()
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog7403 * tune/time.c (STCK): Use proper memory constraint.