diff options
author | Luca Abeni <lucabe72@email.it> | 2006-07-03 10:52:07 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-07-03 10:52:07 +0000 |
commit | 9c39071d6de074c6584b21b6c38adf498102a686 (patch) | |
tree | f26e4fdb834dd2cf585d9597abbf8d2eb56d1bdb /libavcodec/i386/mmx.h | |
parent | d6950e91240e60618607af2b981c4fdbe1374700 (diff) | |
download | ffmpeg-9c39071d6de074c6584b21b6c38adf498102a686.tar.gz |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/mmx.h')
-rw-r--r-- | libavcodec/i386/mmx.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libavcodec/i386/mmx.h b/libavcodec/i386/mmx.h index df1791823b..eab0513416 100644 --- a/libavcodec/i386/mmx.h +++ b/libavcodec/i386/mmx.h @@ -5,24 +5,6 @@ #ifndef AVCODEC_I386MMX_H #define AVCODEC_I386MMX_H -#ifdef ARCH_X86_64 -# define REG_a "rax" -# define REG_b "rbx" -# define REG_c "rcx" -# define REG_d "rdx" -# define REG_D "rdi" -# define REG_S "rsi" -# define PTR_SIZE "8" -#else -# define REG_a "eax" -# define REG_b "ebx" -# define REG_c "ecx" -# define REG_d "edx" -# define REG_D "edi" -# define REG_S "esi" -# define PTR_SIZE "4" -#endif - /* * The type of an value that fits in an MMX register (note that long * long constant values MUST be suffixed by LL and unsigned long long |