Go to the source code of this file.
Macros | |
| #define | cpuid(index, eax, ebx, ecx, edx) |
| #define | xgetbv(index, eax, edx) __asm__ (".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c" (index)) |
Functions | |
| int | ff_get_cpu_flags_x86 (void) |
| #define cpuid | ( | index, | |
| eax, | |||
| ebx, | |||
| ecx, | |||
| edx | |||
| ) |
Definition at line 29 of file cpu.c.
Referenced by ff_get_cpu_flags_x86().
| #define xgetbv | ( | index, | |
| eax, | |||
| edx | |||
| ) | __asm__ (".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c" (index)) |
Definition at line 38 of file cpu.c.
Referenced by ff_get_cpu_flags_x86().
| int ff_get_cpu_flags_x86 | ( | void | ) |
Definition at line 42 of file cpu.c.
Referenced by av_get_cpu_flags().