From 6d606c4f5b68fa396d454a896d3223c2c13de2fb Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Fri, 21 Jan 2005 16:48:18 +0000 Subject: fix few x86_64 registers handling Originally committed as revision 14557 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postproc/swscale.c') diff --git a/postproc/swscale.c b/postproc/swscale.c index 6e9419789f..5da32037e9 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -1175,7 +1175,7 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil "pshufw $0xFF, %%mm0, %%mm0 \n\t" "2: \n\t" "psubw %%mm1, %%mm0 \n\t" - "mov 8(%%"REG_b", %%"REG_a"), %%"REG_S"\n\t" + "movl 8(%%"REG_b", %%"REG_a"), %%esi\n\t" "pmullw %%mm3, %%mm0 \n\t" "psllw $7, %%mm1 \n\t" "paddw %%mm1, %%mm0 \n\t" @@ -1213,7 +1213,7 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil "pshufw $0xFF, %%mm0, %%mm0 \n\t" "2: \n\t" "psubw %%mm1, %%mm0 \n\t" - "mov 8(%%"REG_b", %%"REG_a"), %%"REG_S"\n\t" + "movl 8(%%"REG_b", %%"REG_a"), %%esi\n\t" "pmullw %%mm3, %%mm0 \n\t" "psllw $7, %%mm1 \n\t" "paddw %%mm1, %%mm0 \n\t" -- cgit v1.2.3