comparison mp3lib/dct64_k7.c @ 20504:27fb949fffa9

disable nonworking/broken code for now till I find out what it is supposed to do.
author reimar
date Sun, 29 Oct 2006 18:16:00 +0000
parents 306982c83e8e
children 1b739c2dc613
comparison
equal deleted inserted replaced
20503:5cbf1c33a668 20504:27fb949fffa9
461 " pfadd %%mm0,%%mm1\n\t" 461 " pfadd %%mm0,%%mm1\n\t"
462 " pfadd 124(%%edx), %%mm0\n\t" 462 " pfadd 124(%%edx), %%mm0\n\t"
463 " punpckldq %%mm1, %%mm0\n\t" 463 " punpckldq %%mm1, %%mm0\n\t"
464 " movq %%mm0, 116(%%edx)\n\t" 464 " movq %%mm0, 116(%%edx)\n\t"
465 465
466 // this code is broken, there is nothing modifying the z flag above.
467 #if 0
466 " jnz .L01\n\t" 468 " jnz .L01\n\t"
467 469
468 /* Phase 7*/ 470 /* Phase 7*/
469 /* Code below is coded in scalar mode. Should be optimized */ 471 /* Code below is coded in scalar mode. Should be optimized */
470 472
582 " pfadd 92(%%edx), %%mm0\n\t" 584 " pfadd 92(%%edx), %%mm0\n\t"
583 " movd %%mm0, 832(%%edi)\n\t" 585 " movd %%mm0, 832(%%edi)\n\t"
584 586
585 " jmp .L_bye\n\t" 587 " jmp .L_bye\n\t"
586 ".L01: \n\t" 588 ".L01: \n\t"
589 #endif
587 /* Phase 9*/ 590 /* Phase 9*/
588 591
589 " movq (%%ecx), %%mm0\n\t" 592 " movq (%%ecx), %%mm0\n\t"
590 " movq %%mm0, %%mm1\n\t" 593 " movq %%mm0, %%mm1\n\t"
591 " pxor %%mm7, %%mm1\n\t" 594 " pxor %%mm7, %%mm1\n\t"