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

  /src/external/lgpl3/gmp/dist/tune/
hppa.asm 33 dnl void speed_cyclecounter (unsigned p[2]);
37 PROLOGUE(speed_cyclecounter)
42 EPILOGUE(speed_cyclecounter)
hppa2.asm 33 dnl void speed_cyclecounter (unsigned p[2]);
38 PROLOGUE(speed_cyclecounter)
44 EPILOGUE(speed_cyclecounter)
hppa2w.asm 33 dnl void speed_cyclecounter (unsigned p[2]);
38 PROLOGUE(speed_cyclecounter)
44 EPILOGUE(speed_cyclecounter)
ia64.asm 34 C void speed_cyclecounter (unsigned int p[2]);
38 PROLOGUE(speed_cyclecounter)
46 EPILOGUE(speed_cyclecounter)
sparcv9.asm 34 C void speed_cyclecounter (unsigned p[2]);
39 PROLOGUE(speed_cyclecounter)
45 EPILOGUE(speed_cyclecounter)
alpha.asm 34 C void speed_cyclecounter (unsigned int p[2]);
51 PROLOGUE(speed_cyclecounter)
58 EPILOGUE(speed_cyclecounter)
pentium.asm 35 C void speed_cyclecounter (unsigned p[2]);
48 PROLOGUE(speed_cyclecounter)
x86_64.asm 35 C void speed_cyclecounter (unsigned p[2]);
43 PROLOGUE(speed_cyclecounter)
time.c 255 #define speed_cyclecounter(p) ASSERT_FAIL (speed_cyclecounter not available) macro
490 printf ("cycles_works_p(): SIGILL not supported, assuming speed_cyclecounter() works\n");
496 printf ("cycles_works_p(): SIGILL during speed_cyclecounter(), so doesn't work\n");
500 speed_cyclecounter (cycles);
503 printf ("cycles_works_p(): speed_cyclecounter() works\n");
508 printf ("cycles_works_p(): SIGILL not defined, assuming speed_cyclecounter() works\n");
1027 /* When speed_cyclecounter has a limited range, look for something
1196 fprintf (stderr, "None of: speed_cyclecounter(), STCK(), getrusage(), gettimeofday(), times()\n");
1297 speed_cyclecounter (start_cycles)
    [all...]
freq.c 701 call_gettimeofday, speed_cyclecounter,
714 call_getrusage, speed_cyclecounter,
speed.h 447 void speed_cyclecounter (unsigned p[2]);
541 speed_cyclecounter is called on the same side of the "get" for the start

Completed in 56 milliseconds