comparison mp3lib/decode_MMX.c @ 11244:b91bd88dafea

100l to Nick
author alex
date Thu, 23 Oct 2003 00:01:23 +0000
parents 5403367c7032
children 6beea1683618
comparison
equal deleted inserted replaced
11243:e237083ad025 11244:b91bd88dafea
45 1057655764, 45 1057655764,
46 1067924853, 46 1067924853,
47 1060439283, 47 1060439283,
48 }; 48 };
49 49
50 static int temp;
51 void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples, 50 void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
52 short *buffs, int *bo) 51 short *buffs, int *bo)
53 { 52 {
53 int temp;
54
54 __asm __volatile( 55 __asm __volatile(
55 "movl %1,%%ecx\n\t" 56 "movl %1,%%ecx\n\t"
56 "movl %2,%%edi\n\t" 57 "movl %2,%%edi\n\t"
57 "movl $15,%%ebx\n\t" 58 "movl $15,%%ebx\n\t"
58 "movl %4,%%edx\n\t" 59 "movl %4,%%edx\n\t"