diff postproc/swscale.c @ 14556:31cb219364a4

fix few x86_64 registers handling
author aurel
date Fri, 21 Jan 2005 16:48:18 +0000
parents 821f464b4d90
children e85e3894520f
line wrap: on
line diff
--- a/postproc/swscale.c	Fri Jan 21 13:22:59 2005 +0000
+++ b/postproc/swscale.c	Fri Jan 21 16:48:18 2005 +0000
@@ -1175,7 +1175,7 @@
 		"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 @@
 		"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"