RetroArch
|
#include "../FLAC/ordinals.h"
Go to the source code of this file.
Classes | |
struct | FLAC__CPUInfo_IA32 |
struct | FLAC__CPUInfo_x86 |
struct | FLAC__CPUInfo |
Macros | |
#define | FLAC__AVX_SUPPORTED 0 |
Enumerations | |
enum | FLAC__CPUInfo_Type { FLAC__CPUINFO_TYPE_IA32, FLAC__CPUINFO_TYPE_X86_64, FLAC__CPUINFO_TYPE_UNKNOWN } |
Functions | |
void | FLAC__cpu_info (FLAC__CPUInfo *info) |
FLAC__uint32 | FLAC__cpu_have_cpuid_asm_ia32 (void) |
void | FLAC__cpu_info_asm_ia32 (FLAC__uint32 *flags_edx, FLAC__uint32 *flags_ecx) |
void | FLAC__cpu_info_x86 (FLAC__uint32 level, FLAC__uint32 *eax, FLAC__uint32 *ebx, FLAC__uint32 *ecx, FLAC__uint32 *edx) |
#define FLAC__AVX_SUPPORTED 0 |
enum FLAC__CPUInfo_Type |
FLAC__uint32 FLAC__cpu_have_cpuid_asm_ia32 | ( | void | ) |
void FLAC__cpu_info | ( | FLAC__CPUInfo * | info | ) |
void FLAC__cpu_info_asm_ia32 | ( | FLAC__uint32 * | flags_edx, |
FLAC__uint32 * | flags_ecx | ||
) |
void FLAC__cpu_info_x86 | ( | FLAC__uint32 | level, |
FLAC__uint32 * | eax, | ||
FLAC__uint32 * | ebx, | ||
FLAC__uint32 * | ecx, | ||
FLAC__uint32 * | edx | ||
) |