[Mplayer-cvslog] CVS: main/mp3lib decode_MMX.c,1.3,1.4
Nick Kurshev
nick at mplayer.dev.hu
Sat Feb 9 15:34:11 CET 2002
Update of /cvsroot/mplayer/main/mp3lib
In directory mplayer:/var/tmp.root/cvs-serv7272/main/mp3lib
Modified Files:
decode_MMX.c
Log Message:
Fix according to strange bugreport
Index: decode_MMX.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_MMX.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decode_MMX.c 23 Jan 2002 17:27:07 -0000 1.3
+++ decode_MMX.c 9 Feb 2002 14:34:08 -0000 1.4
@@ -60,12 +60,12 @@
"decl %%ecx\n\t"
"movl %3,%%esi\n\t"
"movl (%%edx),%%eax\n\t"
- "jecxz .L1\n\t"
+ "jecxz .L01\n\t"
"decl %%eax\n\t"
"andl %%ebx,%%eax\n\t"
"leal 1088(%%esi),%%esi\n\t"
"movl %%eax,(%%edx)\n\t"
-".L1:\n\t"
+".L01:\n\t"
"leal (%%esi,%%eax,2),%%edx\n\t"
"movl %%eax,%5\n\t"
"incl %%eax\n\t"
@@ -74,11 +74,11 @@
"leal 544(%%esi,%%eax,2),%%ecx\n\t"
"incl %%ebx\n\t"
"testl $1, %%eax\n\t"
- "jnz .L2\n\t"
+ "jnz .L02\n\t"
"xchgl %%edx,%%ecx\n\t"
"incl %5\n\t"
"leal 544(%%esi),%%esi\n\t"
-".L2:\n\t"
+".L02:\n\t"
"emms\n\t"
"pushl %%edx\n\t"
"pushl %%ecx\n\t"
@@ -89,7 +89,7 @@
"leal "MANGLE(decwins)"(%%ebx,%%ebx,1), %%edx\n\t"
"shrl $1, %%ecx\n\t"
".align 16\n\t"
-".L3:\n\t"
+".L03:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"
"pmaddwd (%%esi),%%mm0\n\t"
@@ -135,7 +135,7 @@
"leal 8(%%edi),%%edi\n\t"
"decl %%ecx\n\t"
- "jnz .L3\n\t"
+ "jnz .L03\n\t"
"popl %%ecx\n\t"
"andl $1, %%ecx\n\t"
@@ -167,7 +167,7 @@
"subl $64,%%esi\n\t"
"movl $7,%%ecx\n\t"
".align 16\n\t"
-".L4:\n\t"
+".L04:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"
"pmaddwd (%%esi),%%mm0\n\t"
@@ -216,7 +216,7 @@
"addl $128,%%edx\n\t"
"leal 8(%%edi),%%edi\n\t"
"decl %%ecx\n\t"
- "jnz .L4\n\t"
+ "jnz .L04\n\t"
"movq (%%edx),%%mm0\n\t"
"pmaddwd (%%esi),%%mm0\n\t"
More information about the MPlayer-cvslog
mailing list