FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
asm.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(...)
 
#define LABEL_MANGLE(a)   EXTERN_PREFIX #a
 
#define LOCAL_MANGLE(a)   #a
 
#define MANGLE(a)   EXTERN_PREFIX LOCAL_MANGLE(a)
 

Typedefs

typedef int x86_reg
 

Macro Definition Documentation

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

Definition at line 71 of file asm.h.

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

Definition at line 72 of file asm.h.

#define XMM_CLOBBERS (   ...)

Definition at line 94 of file asm.h.

Referenced by deInterlaceInterpolateCubic_TMPL().

#define XMM_CLOBBERS_ONLY (   ...)

Definition at line 95 of file asm.h.

Referenced by dct_quantize_TMPL().

#define LABEL_MANGLE (   a)    EXTERN_PREFIX #a

Definition at line 99 of file asm.h.

#define LOCAL_MANGLE (   a)    #a

Definition at line 105 of file asm.h.

#define MANGLE (   a)    EXTERN_PREFIX LOCAL_MANGLE(a)

Typedef Documentation

typedef int x86_reg

Definition at line 68 of file asm.h.