Searched refs:dstIndex (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_1-packusdw.c60 int dstIndex; local
64 dstIndex = (i % 4) + (i / 4) * 8;
65 if (sVal != dst.s[dstIndex])
69 dstIndex += 4;
70 if (sVal != dst.s[dstIndex])

Completed in 36 milliseconds