]> git.wh0rd.org - ICEs.git/blob - 287391/svolume_mmx.i
more
[ICEs.git] / 287391 / svolume_mmx.i
1 f(short *samples, int *volumes, unsigned channels, unsigned length)
2 {
3 long channel, temp;
4 asm volatile("sub %5, %4"
5 : "+r"(samples), "+r"(volumes), "+r"(length),
6 "=D"((long) channel), "=&r"(temp)
7 : "rm"((long) channels)
8 : "cc");
9 }