Home
last modified time | relevance | path

Searched refs:HP_TIMING_NOW (Results 1 – 10 of 10) sorted by relevance

/sysdeps/powerpc/powerpc64/
A Dhp-timing.h34 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("mfspr %0,268" : "=r" (Var)) macro
36 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("mftb %0" : "=r" (Var)) macro
/sysdeps/x86/
A Dhp-timing.h44 # define HP_TIMING_NOW(Var) \ macro
50 # define HP_TIMING_NOW(Var) ((Var) = __builtin_ia32_rdtsc ()) macro
/sysdeps/generic/
A Dhp-timing.h35 # define HP_TIMING_NOW(var) \ macro
42 # define HP_TIMING_NOW(var) \ macro
/sysdeps/sparc/sparc64/
A Dhp-timing.h26 #define HP_TIMING_NOW(Var) __asm__ __volatile__ ("rd %%tick, %0" : "=r" (Var)) macro
/sysdeps/sparc/sparc32/sparcv9/
A Dhp-timing.h26 #define HP_TIMING_NOW(Var) \ macro
/sysdeps/alpha/
A Dhp-timing.h33 # define HP_TIMING_NOW(VAR) \ macro
/sysdeps/s390/
A Dhp-timing.h33 # define HP_TIMING_NOW(VAR) \ macro
/sysdeps/ia64/
A Dhp-timing.h35 #define HP_TIMING_NOW(Var) \ macro
/sysdeps/powerpc/powerpc32/power4/
A Dhp-timing.h34 #define HP_TIMING_NOW(Var) \ macro
/sysdeps/aarch64/
A Dhp-timing.h36 #define HP_TIMING_NOW(var) \ macro

Completed in 8 milliseconds