|
clang
5.0.0
|
Go to the source code of this file.
Macros | |
| #define | _rdtsc() __rdtsc() |
| #define | _rdpmc(A) __rdpmc(A) |
Functions | |
| static __inline__ unsigned int | __attribute__ ((__always_inline__, __nodebug__)) __readeflags(void) |
| #define _rdpmc | ( | A | ) | __rdpmc(A) |
Definition at line 71 of file ia32intrin.h.
| #define _rdtsc | ( | ) | __rdtsc() |
Definition at line 69 of file ia32intrin.h.
|
static |
Definition at line 45 of file ia32intrin.h.
1.8.6