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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx2-vpackusdw-2.c8 int_to_ushort (int iVal) function
38 e[i] = int_to_ushort (s1.a[i]);
39 e[i + 4] = int_to_ushort (s2.a[i]);
40 e[i + 8] = int_to_ushort (s1.a[i + 4]);
41 e[i + 12] = int_to_ushort (s2.a[i + 4]);
H A Dsse4_1-packusdw.c20 int_to_ushort (int iVal) function
63 sVal = int_to_ushort (src1.i[i]);
68 sVal = int_to_ushort (src2.i[i]);
H A Davx512bw-vpackusdw-2.c16 EVAL(int_to_ushort, AVX512F_LEN,) (int iVal)
39 dst[i] = EVAL(int_to_ushort, AVX512F_LEN,) (ptr[i % 4 + (i / 8) * 4]);

Completed in 66 milliseconds