x86_cpu.h File Reference
#include <stdint.h>
#include "config.h"

Go to the source code of this file.

Macros

#define HAVE_7REGS   (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
#define HAVE_6REGS   (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))
#define XMM_CLOBBERS(...)
#define XMM_CLOBBERS_ONLY(...)

Typedefs

typedef int x86_reg

Macro Definition Documentation

#define HAVE_6REGS   (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))

Definition at line 72 of file x86_cpu.h.

#define HAVE_7REGS   (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))

Definition at line 71 of file x86_cpu.h.

#define XMM_CLOBBERS (   ...)

Definition at line 94 of file x86_cpu.h.

Referenced by ff_idct_xvid_sse2(), and put_h264_qpel8or16_hv1_lowpass_sse2().

#define XMM_CLOBBERS_ONLY (   ...)

Typedef Documentation

typedef int x86_reg

Definition at line 68 of file x86_cpu.h.