]> git.wh0rd.org - ICEs.git/blame - 287391/svolume_mmx.i
more ices
[ICEs.git] / 287391 / svolume_mmx.i
CommitLineData
81f80d8c
MF
1f(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}