#include <stdint.h>
#include "config.h"
Go to the source code of this file.
Defines | |
#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 |
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) |
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) |
#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 | ( | ... | ) |
Definition at line 95 of file x86_cpu.h.
Referenced by dct_quantize_TMPL(), denoise_dct_sse2(), fdct_row_sse2(), ff_imdct_calc_sse(), and lpc_apply_welch_window_sse2().