ffmpeg/libavcodec/i386
Alexis Ballier dad6afb4cb stricter constraints of asm() blocks
All these variables are used as left operands of a movd instruction,
which does accept only memory or register operands while the "g"
constraint also allows immediates. Use "rm" instead.
Patch by Alexis Ballier %alexis P ballier A gmail P com%

Originally committed as revision 14941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24 08:41:20 +00:00
..
cavsdsp_mmx.c
cpuid.c
dsputil_h264_template_mmx.c
dsputil_h264_template_ssse3.c
dsputil_mmx.c gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm 2008-08-14 04:40:46 +00:00
dsputil_mmx.h
dsputil_mmx_avg.h
dsputil_mmx_qns.h
dsputil_mmx_rnd.h
dsputil_yasm.asm file which should have been added in r14749 2008-08-14 05:00:25 +00:00
dsputilenc_mmx.c
fdct_mmx.c
fft_3dn.c
fft_3dn2.c missing prototype 2008-08-14 04:41:02 +00:00
fft_mmx.asm
fft_sse.c remove mdct tmp buffer 2008-08-12 00:36:36 +00:00
flacdsp_mmx.c
h264_i386.h
h264dsp_mmx.c
idct_mmx.c
idct_mmx_xvid.c
idct_sse2_xvid.c
idct_xvid.h
mathops.h
mmx.h
motion_est_mmx.c
mpegvideo_mmx.c stricter constraints of asm() blocks 2008-08-24 08:41:20 +00:00
mpegvideo_mmx_template.c
simple_idct_mmx.c
snowdsp_mmx.c
vc1dsp_mmx.c
vp3dsp_mmx.c
vp3dsp_mmx.h
vp3dsp_sse2.c
vp3dsp_sse2.h
x86inc.asm