#include <stdint.h>
#include "config.h"
Go to the source code of this file.
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) |
Definition at line 73 of file asm.h.
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) |
Definition at line 74 of file asm.h.
#define XMM_CLOBBERS |
( |
|
... | ) |
|
#define XMM_CLOBBERS_ONLY |
( |
|
... | ) |
|
#define LABEL_MANGLE |
( |
|
a | ) |
EXTERN_PREFIX #a |
#define LOCAL_MANGLE |
( |
|
a | ) |
#a |
Definition at line 110 of file asm.h.
Referenced by column_fidct_mmx(), dering_TMPL(), doVertDefFilter_TMPL(), rgb15to32_TMPL(), rgb15tobgr24_TMPL(), rgb16to32_TMPL(), rgb16tobgr24_TMPL(), rgb24tobgr24_TMPL(), row_fdct_mmx(), row_idct_mmx(), tempNoiseReducer_TMPL(), and vertX1Filter_TMPL().
Definition at line 70 of file asm.h.